test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
[pspp] / tests / test-pread.sh
index 5ab88eb6ffe343529ded45acddd6b203896e88a1..d7824ad1b101bab7cef52f8dd74204418e31efa8 100755 (executable)
@@ -2,7 +2,7 @@
 : ${srcdir=.}
 . $srcdir/init.sh --set-path=.
 
-fail=0;
-echo abc | test-pread || fail=1
+fail=0
+: | test-pread || fail=1
 
 Exit $fail