Skip to content

Commit

Permalink
t/test.sh: a test for the recently-uncovered midx4 problem.
Browse files Browse the repository at this point in the history
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
  • Loading branch information
apenwarr committed Feb 18, 2011
1 parent a850b7f commit b4edd67
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/test.sh
Expand Up @@ -140,6 +140,14 @@ WVPASS bup split --bench -b <t/testfile1 >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
Expand Down

0 comments on commit b4edd67

Please sign in to comment.