aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-05-04 16:00:52 -0500
committerRob Landley <rob@landley.net>2008-05-04 16:00:52 -0500
commit0a2d88a127c1e8accd2dbea08155bbd72c9d87f6 (patch)
tree6ae4e6c5d4323233391fc4295c464d8554015e73
parentac9c592fc88d0a5d6a971e7407b99b18fb425ad6 (diff)
downloadtoybox-0a2d88a127c1e8accd2dbea08155bbd72c9d87f6.tar.gz
Remove extraneous output.
-rwxr-xr-xscripts/test/cp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/cp.test b/scripts/test/cp.test
index cd920de9..8abcc284 100755
--- a/scripts/test/cp.test
+++ b/scripts/test/cp.test
@@ -3,7 +3,7 @@
[ -f testing.sh ] && . testing.sh
# Create test file
-dd if=/dev/urandom of=random bs=64 count=1 > /dev/null
+dd if=/dev/urandom of=random bs=64 count=1 2> /dev/null
#testing "name" "command" "result" "infile" "stdin"