Remove extraneous output.
authorRob Landley <rob@landley.net>
Sun, 4 May 2008 21:00:52 +0000 (16:00 -0500)
committerRob Landley <rob@landley.net>
Sun, 4 May 2008 21:00:52 +0000 (16:00 -0500)
scripts/test/cp.test

index cd920de..8abcc28 100755 (executable)
@@ -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"