ensure that the journal replay pass really does nothing
This commit is contained in:
parent
100f9487f4
commit
07377cb753
|
@ -616,7 +616,7 @@ sub test($$)
|
||||||
die "Cannot read journal.\n";
|
die "Cannot read journal.\n";
|
||||||
my @nj = <FILE>;
|
my @nj = <FILE>;
|
||||||
close FILE;
|
close FILE;
|
||||||
@ret = runsync("");
|
@ret = runsync("-0 --no-expunge");
|
||||||
killcfg();
|
killcfg();
|
||||||
if (ckstate("slave/.mbsyncstate", @{ $$tx[3] })) {
|
if (ckstate("slave/.mbsyncstate", @{ $$tx[3] })) {
|
||||||
print "Options:\n";
|
print "Options:\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user