From: Jim Meyering Date: Sat, 5 Oct 2002 08:27:45 +0000 (+0000) Subject: redirect dd's stderr X-Git-Tag: v4.5.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae48cdae26542539d31bb4da47d75ebaba69c79a;p=thirdparty%2Fcoreutils.git redirect dd's stderr --- diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb index 4cb9d7dbce..39801b36ef 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