From ca9fdda4088c7e6ff8cccdf59bbe770fe8e739da Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 10 Sep 2015 09:20:38 +0100 Subject: 36460: Discard benign error when no one is reading from pipe --- ChangeLog | 5 +++++ Test/E01options.ztst | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bed312c3d..b9bb8a575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-09-10 Peter Stephenson + + * 36460: Test/E01options.ztst: Discard benign error on failure + to write to pipe with no one reading. + 2015-09-08 Oliver Kiddle 36422: Src/compat.c: add missing unmeta() 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