From 041057687fc1d4a2f9912fcb86e04517686b3642 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 1 Jul 2009 15:07:25 +0000 Subject: 27083: non-zero status on failures to find or execute file in "." --- Test/A01grammar.ztst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Test/A01grammar.ztst') 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' -- cgit 1.4.1