From: Jim Meyering Date: Wed, 2 Nov 2005 20:44:59 +0000 (+0000) Subject: Redirect stderr to /dev/null so the X-Git-Tag: v6.0~1419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812db65afab6015b180befc9e51df96a810c390b;p=thirdparty%2Fcoreutils.git Redirect stderr to /dev/null so the M+N records in/out don't pollute `make check' output. --- diff --git a/tests/dd/unblock-sync b/tests/dd/unblock-sync index cdaff180d5..52118487b2 100755 --- a/tests/dd/unblock-sync +++ b/tests/dd/unblock-sync @@ -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