From: Avery Pennarun Date: Fri, 18 Feb 2011 08:17:17 +0000 (-0800) Subject: t/test.sh: a test for the recently-uncovered midx4 problem. X-Git-Tag: bup-0.23a~2 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=b4edd676672740219a9774cd194f4b5b4cc543b7 t/test.sh: a test for the recently-uncovered midx4 problem. Signed-off-by: Avery Pennarun --- diff --git a/t/test.sh b/t/test.sh index c9474f0..0c523a6 100755 --- a/t/test.sh +++ b/t/test.sh @@ -140,6 +140,14 @@ WVPASS bup split --bench -b tags1.tmp WVPASS bup split -vvvv -b t/testfile2 >tags2.tmp WVPASS bup margin WVPASS bup midx -f +WVPASS bup midx --check -a +WVPASS bup midx -o $BUP_DIR/objects/pack/test1.midx \ + $BUP_DIR/objects/pack/*.idx +WVPASS bup midx --check -a +WVPASS bup midx -o $BUP_DIR/objects/pack/test1.midx \ + $BUP_DIR/objects/pack/*.idx \ + $BUP_DIR/objects/pack/*.idx +WVPASS bup midx --check -a WVPASS bup margin WVPASS bup split -t t/testfile2 >tags2t.tmp WVPASS bup split -t t/testfile2 --fanout 3 >tags2tf.tmp