diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 15:07:25 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 15:07:25 +0000 |
| commit | 041057687fc1d4a2f9912fcb86e04517686b3642 (patch) | |
| tree | 0f0d181cebf9c50bf3e2d9d4a50643eafde9a140 /Test | |
| parent | 27080: it wasnt possible to exit menu selection cleanly (diff) | |
| download | zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.gz zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.bz2 zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.lz zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.xz zsh-041057687fc1d4a2f9912fcb86e04517686b3642.tar.zst zsh-041057687fc1d4a2f9912fcb86e04517686b3642.zip | |
27083: non-zero status on failures to find or execute file in "."
Diffstat (limited to 'Test')
| -rw-r--r-- | Test/A01grammar.ztst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index 9d9f49860..3d0337a1c 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -514,4 +514,11 @@ >value >not#comment - + . ./nonexistent +129: Attempt to "." non-existent file. +?(eval):.:1: no such file or directory: ./nonexistent + + echo '[[' >bad_syntax + . ./bad_syntax +128: Attempt to "." file with bad syntax. +?./bad_syntax:2: parse error near `\n' |
