summaryrefslogtreecommitdiff
path: root/tests/test-pread.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pread.sh')
-rwxr-xr-xtests/test-pread.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pread.sh b/tests/test-pread.sh
index 5ab88eb6ff..d7824ad1b1 100755
--- a/tests/test-pread.sh
+++ b/tests/test-pread.sh
@@ -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