소스 검색

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