diff options
Diffstat (limited to 'tests/dd/not-rewound')
-rwxr-xr-x | tests/dd/not-rewound | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dd/not-rewound b/tests/dd/not-rewound index 056d961cd..101e37564 100755 --- a/tests/dd/not-rewound +++ b/tests/dd/not-rewound @@ -24,7 +24,6 @@ fi . $srcdir/test-lib.sh -fail=0 echo abcde > in (dd skip=1 count=1 bs=1; dd skip=1 bs=1) < in > out 2> /dev/null || fail=1 |