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