diff options
Diffstat (limited to 'debian/patches/cherry-pick-521313b4-tests-for-workers-33429.patch')
-rw-r--r-- | debian/patches/cherry-pick-521313b4-tests-for-workers-33429.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/cherry-pick-521313b4-tests-for-workers-33429.patch b/debian/patches/cherry-pick-521313b4-tests-for-workers-33429.patch new file mode 100644 index 000000000..fdb55831e --- /dev/null +++ b/debian/patches/cherry-pick-521313b4-tests-for-workers-33429.patch @@ -0,0 +1,27 @@ +Origin: commit 521313b4b95817c9144ab43ab121da934f99bd51 +Author: Barton E. Schaefer <schaefer@zsh.org> +Date: Sat Oct 11 11:18:34 2014 -0700 +Description: Tests for workers/33429 + +diff --git a/Test/B06fc.ztst b/Test/B06fc.ztst +index eb73eaa..65ee43d 100644 +--- a/Test/B06fc.ztst ++++ b/Test/B06fc.ztst +@@ -9,3 +9,17 @@ + $ZTST_testdir/../Src/zsh -f ./fcl + 1:Checking that fc -l foo doesn't core dump when history is empty + ?./fcl:fc:1: event not found: foo ++ ++ $ZTST_testdir/../Src/zsh +Z -fsi <<< $'fc -p /dev/null 0 0\n:' ++0:Checking that fc -p doesn't core dump when history size is zero ++*?*%* ++ ++ $ZTST_testdir/../Src/zsh +Z -fsi <<< 'fc -p /dev/null a 0' ++1:Checking that fc -p rejects non-integer history size ++*?*% fc: HISTSIZE must be an integer ++*?*%* ++ ++ $ZTST_testdir/../Src/zsh +Z -fsi <<< 'fc -p /dev/null 0 a' ++1:Checking that fc -p rejects non-integer history save size ++*?*% fc: SAVEHIST must be an integer ++*?*%* |