* check-utils: only perform 3 util test series, the rest was only here to

validate the RNG and we now have another test for that.
This commit is contained in:
Sam Hocevar 2008-07-18 09:28:22 +00:00 committed by sam
parent d359cec8be
commit 1c4697013f

View File

@ -116,12 +116,8 @@ fi
echo "*** running zzuf utils test suite with seed $seed ***"
checkutils 0.0
checkutils 0.000000001
checkutils 0.0000001
checkutils 0.00001
checkutils 0.001
checkutils 0.1
checkutils 10.0
checkutils 1.0
if [ "$FAILED" != 0 ]; then
echo "*** $FAILED tests failed out of $TESTED ***"