diff options
-rwxr-xr-x | tests/tail-2/big-4gb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb index 4cb9d7dbc..39801b36e 100755 --- a/tests/tail-2/big-4gb +++ b/tests/tail-2/big-4gb @@ -23,7 +23,7 @@ cd $tmp || framework_failure=1 echo abcdefgh | tr -d '\n' > big echo 87654321 | tr -d '\n' > tmp # Seek 4GB - 8 -dd bs=1 seek=4294967288 if=tmp of=big +dd bs=1 seek=4294967288 if=tmp of=big 2> /dev/null if test $framework_failure = 1; then echo '$0: failure in testing framework' 1>&2 |