diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 0a9d8063f..06d9c5c35 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1886,7 +1886,7 @@ run_component () { # Unconditionally create a seedfile that's sufficiently long. # Do this before each component, because a previous component may # have messed it up or shortened it. - dd if=/dev/urandom of=./tests/seedfile bs=64 count=1 + dd if=/dev/urandom of=./tests/seedfile bs=64 count=1 >/dev/null 2>&1 # Run the component code. "$@"