From 73be7ee553b1df74bfccb7742c79b620aec828ce Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 10 Jul 2009 11:08:39 +0000 Subject: 27106: reset status on command that expands to empty 27122: add POSIX_JOBS option --- Test/A01grammar.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test/A01grammar.ztst') diff --git a/Test/A01grammar.ztst b/Test/A01grammar.ztst index e976c8356..b250d0984 100644 --- a/Test/A01grammar.ztst +++ b/Test/A01grammar.ztst @@ -23,6 +23,10 @@ true | false 1:Exit status of pipeline with builtins (false) + false + $nonexistent_variable +0:Executing command that evaluates to empty resets status + fn() { local foo; read foo; print $foo; } coproc fn print -p coproc test output -- cgit 1.4.1