changeset 286:7126df2ae342

Remove extraneous output.
author Rob Landley <rob@landley.net>
date Sun, 04 May 2008 16:00:52 -0500
parents 7bdca139b03f
children 977302071875
files scripts/test/cp.test
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/test/cp.test	Sun May 04 15:35:04 2008 -0500
+++ b/scripts/test/cp.test	Sun May 04 16:00:52 2008 -0500
@@ -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"