diff options
Diffstat (limited to 'Test/E01options.ztst')
-rw-r--r-- | Test/E01options.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst index 16279b88a..2b91b21fa 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -995,7 +995,7 @@ print this is bar >bar fn() { local NULLCMD=cat READNULLCMD=cat - echo hello | >foo + { echo hello | >foo } 2>/dev/null cat foo <bar } |