summaryrefslogtreecommitdiff
path: root/tests/dd/nocache
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dd/nocache')
-rwxr-xr-xtests/dd/nocache2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/nocache b/tests/dd/nocache
index b0d4cc107..b5afabd35 100755
--- a/tests/dd/nocache
+++ b/tests/dd/nocache
@@ -23,7 +23,7 @@ print_ver_ dd
dd iflag=nocache oflag=nocache if=/dev/null of=/dev/null || fail=1
# We should get an error for trying to process a pipe
-dd iflag=nocache count=0 && fail=1
+dd count=0 | dd iflag=nocache count=0 && fail=1
# O_DIRECT is orthogonal to drop cache so mutually exclusive
dd iflag=nocache,direct if=/dev/null && fail=1