diff options
Diffstat (limited to 'tests/dd/unblock-sync')
-rwxr-xr-x | tests/dd/unblock-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dd/unblock-sync b/tests/dd/unblock-sync index cdaff180d..52118487b 100755 --- a/tests/dd/unblock-sync +++ b/tests/dd/unblock-sync @@ -25,7 +25,7 @@ fi fail=0 -dd cbs=4 ibs=4 conv=unblock,sync < in > out || fail=1 +dd cbs=4 ibs=4 conv=unblock,sync < in 2>/dev/null > out || fail=1 cat <<\EOF > exp || fail=1 0001 0002 |