diff options
-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" |