about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index f8337ac..4f523c0 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -4,7 +4,7 @@
 # pipefail is non-POSIX, but useful in ksh/bash
 (
         set +e
-        set -o pipefail
+        set -o pipefail 2>/dev/null
 )
 if test $? -eq 0
 then