From 0a2d88a127c1e8accd2dbea08155bbd72c9d87f6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 4 May 2008 16:00:52 -0500 Subject: [PATCH] Remove extraneous output. --- scripts/test/cp.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.7.4