* Made the testsuite shorter.

This commit is contained in:
Sam Hocevar
2007-01-07 14:13:29 +00:00
committed by sam
parent d04ed9dd4a
commit 44637ccbed

View File

@@ -75,7 +75,7 @@ echo "*** creating test files ***"
create
echo "*** using seed $seed ***"
for r in 0.000000 0.00001 0.0001 0.001 0.01 0.1 1.0 10.0; do
for r in 0.0 0.00001 0.001 0.1 10.0; do
for file in /tmp/zzuf-zero-$$ /tmp/zzuf-text-$$ /tmp/zzuf-random-$$; do
ZZOPTS="-s $seed -r $r"
case $file in