about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-05-03 04:28:50 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-05-03 04:28:50 +0000
commit22fbfe532b864091c26336a6f60f5cb8b55b03c1 (patch)
tree35a7adcf25e09e7f8dd34884fbd82743f7c7f6ff /Test
parent333ee0195a3d01067baae97d870015e199b91481 (diff)
downloadzsh-22fbfe532b864091c26336a6f60f5cb8b55b03c1.tar.gz
zsh-22fbfe532b864091c26336a6f60f5cb8b55b03c1.tar.xz
zsh-22fbfe532b864091c26336a6f60f5cb8b55b03c1.zip
Merge of workers/{21131,21328}.
Diffstat (limited to 'Test')
-rw-r--r--Test/A01grammar.ztst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst
index 15df464e0..093ef5635 100644
--- a/Test/A01grammar.ztst
+++ b/Test/A01grammar.ztst
@@ -452,3 +452,7 @@
   $ZTST_testdir/../Src/zsh -f -c "'"
 1:Parse error on inline command causes non-zero exit status
 ?zsh: unmatched '
+
+  $ZTST_testdir/../Src/zsh -f NonExistentScript
+127q:Non-existent script causes exit status 127
+?$ZTST_testdir/../Src/zsh: can't open input file: NonExistentScript