From 926bf35b9ead1224ae3037fabb58625de9a66d98 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2009 22:42:56 -0700 Subject: test-lib: quiet down pipefail error message We'll spit out a proper warning later anyways... --- t/test-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7