]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
redirect dd's stderr
authorJim Meyering <jim@meyering.net>
Sat, 5 Oct 2002 08:27:45 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Oct 2002 08:27:45 +0000 (08:27 +0000)
tests/tail-2/big-4gb

index 4cb9d7dbce97963d25d7d91a7ff76e514add3040..39801b36efeed52f3145e3971526c380a9f2c71c 100755 (executable)
@@ -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