summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
Diffstat (limited to 'Test')
-rw-r--r--Test/E01options.ztst2
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
   }