From 5c5a388ed7ec05d32c73991bc2fa385bf1090ab8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 2 Jul 2009 13:46:36 +0000 Subject: 27087: change return codes from failed "." --- Test/A01grammar.ztst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index 3d0337a1c..8f4ed2c19 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -515,10 +515,10 @@ >not#comment . ./nonexistent -129: Attempt to "." non-existent file. +127: 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. +126: Attempt to "." file with bad syntax. ?./bad_syntax:2: parse error near `\n' -- cgit 1.4.1