diff options
author | Rob Landley <rob@landley.net> | 2008-05-04 16:00:52 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-05-04 16:00:52 -0500 |
commit | 0a2d88a127c1e8accd2dbea08155bbd72c9d87f6 (patch) | |
tree | 6ae4e6c5d4323233391fc4295c464d8554015e73 | |
parent | ac9c592fc88d0a5d6a971e7407b99b18fb425ad6 (diff) | |
download | toybox-0a2d88a127c1e8accd2dbea08155bbd72c9d87f6.tar.gz |
Remove extraneous output.
-rwxr-xr-x | scripts/test/cp.test | 2 |
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" |