commit 6c4fd345de89a5a5cd5de42ab258d024ce44682f
parent 031ddeb2f66c668ebd57bd0407720e41bf403b9d
Author: rsc <devnull@localhost>
Date: Fri, 22 Jul 2005 11:48:57 +0000
update test
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cmd/venti/srv/mkfile b/src/cmd/venti/srv/mkfile
@@ -92,7 +92,7 @@ test:VQ: ${TARG:%=o.%}
test -f $vtmp/arena || dd bs=1048576 count=100 if=/dev/zero of=$vtmp/arena
test -f $vtmp/bloom || dd bs=1048576 count=10 if=/dev/zero of=$vtmp/bloom
test -f $vtmp/isect || dd bs=1048576 count=10 if=/dev/zero of=$vtmp/isect
- test -f $vtmp/check || dd bs=1048576 count=10 if=/dev/zero of=$vtmp/check
+ test -f $vtmp/check || dd bs=1048576 count=20 if=/dev/zero of=$vtmp/check
echo '**********' FMTARENAS
./o.fmtarenas -a 40M -b 8k arenas $vtmp/arena
echo '**********' FMTBLOOM