diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A01grammar.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
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 |