about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-17 17:39:34 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-17 17:39:34 +0200
commit90bcab7df5b47b2a431e109690f278d91a01d592 (patch)
tree3d86e543bdc56cb2c4db35d1ebc0ed800b4a996f
parent3a4135c67904e006beb1d714a534a5216c4f319d (diff)
downloadxe-90bcab7df5b47b2a431e109690f278d91a01d592.tar.gz
xe-90bcab7df5b47b2a431e109690f278d91a01d592.tar.xz
xe-90bcab7df5b47b2a431e109690f278d91a01d592.zip
tests: suppress SIGPIPE message that could appear depending on sed(1)
-rwxr-xr-xtests2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests b/tests
index 859bd80..26305a5 100755
--- a/tests
+++ b/tests
@@ -252,7 +252,7 @@ y
 y
 EOF
 
-check_output 'should not close stdin when arguments were read from file' 'yes | xe -f tests -s "sed q" | sed 3q' <<EOF
+check_output 'should not close stdin when arguments were read from file' 'yes | xe -f tests -s "sed q" 2>&1 | sed 3q' <<EOF
 y
 y
 y