From: Rob Landley Date: Sun, 4 May 2008 21:00:52 +0000 (-0500) Subject: Remove extraneous output. X-Git-Tag: 0.0.6~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a2d88a127c1e8accd2dbea08155bbd72c9d87f6;p=platform%2Fupstream%2Ftoybox.git Remove extraneous output. --- diff --git a/scripts/test/cp.test b/scripts/test/cp.test index cd920de..8abcc28 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"