Browse Source

ensure that the journal replay pass really does nothing

wip/maildir-uid-dupes-test
Oswald Buddenhagen 11 years ago
parent
commit
07377cb753
  1. 2
      src/run-tests.pl

2
src/run-tests.pl

@ -616,7 +616,7 @@ sub test($$)
die "Cannot read journal.\n";
my @nj = <FILE>;
close FILE;
@ret = runsync("");
@ret = runsync("-0 --no-expunge");
killcfg();
if (ckstate("slave/.mbsyncstate", @{ $$tx[3] })) {
print "Options:\n";

Loading…
Cancel
Save