]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Redirect stderr to /dev/null so the
authorJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 20:44:59 +0000 (20:44 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 2 Nov 2005 20:44:59 +0000 (20:44 +0000)
M+N records in/out don't pollute `make check' output.

tests/dd/unblock-sync

index cdaff180d5a223cd93b5532c04a1b899f30c1deb..52118487b222415c49f0bbeff49916245b068245 100755 (executable)
@@ -25,7 +25,7 @@ fi
 
 fail=0
 
-dd cbs=4 ibs=4 conv=unblock,sync < in > out || fail=1
+dd cbs=4 ibs=4 conv=unblock,sync < in 2>/dev/null > out || fail=1
 cat <<\EOF > exp || fail=1
 0001
 0002