whoops, fix a typo in QA test 075

This commit is contained in:
fsgqa
2003-08-01 06:30:02 +00:00
parent 347f4721b7
commit 51b62bd5d5
+2 -2
View File
@@ -109,6 +109,6 @@ size10=`expr 10 \* 1024 \* 1024` # 10 megabytes
_do_test 0 "-d -N 1000 -S 0" _do_test 0 "-d -N 1000 -S 0"
_do_test 1 "-d -N 1000 -S 0 -x" _do_test 1 "-d -N 1000 -S 0 -x"
_do_test 3 "-d -N 25000 -l $size10 -S 0" _do_test 2 "-d -N 25000 -l $size10 -S 0"
_do_test 4 "-d -N 25000 -l $size10 -S 0 -x" _do_test 3 "-d -N 25000 -l $size10 -S 0 -x"