瀏覽代碼

ensure that the journal replay pass really does nothing

Oswald Buddenhagen 11 年之前
父節點
當前提交
07377cb753
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/run-tests.pl

+ 1 - 1
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";