summaryrefslogtreecommitdiff
path: root/tests/tail-2/big-4gb
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-05 08:27:45 +0000
committerJim Meyering <jim@meyering.net>2002-10-05 08:27:45 +0000
commitae48cdae26542539d31bb4da47d75ebaba69c79a (patch)
treeda8409e1cd90d60f7e55b593284f98973b97631e /tests/tail-2/big-4gb
parent6a9dc978f9e96a1f27ed12277874b03835e862a6 (diff)
downloadcoreutils-ae48cdae26542539d31bb4da47d75ebaba69c79a.tar.xz
redirect dd's stderr
Diffstat (limited to 'tests/tail-2/big-4gb')
-rwxr-xr-xtests/tail-2/big-4gb2
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