Fixup integration tests for race detector

This commit is contained in:
Jakob Borg
2014-11-29 23:41:06 +01:00
parent 42b8dafafe
commit 367e50edab
7 changed files with 6 additions and 12 deletions

View File

@@ -48,7 +48,7 @@ func testRestartDuringTransfer(t *testing.T, restartSender, restartReceiver bool
}
log.Println("Generating files...")
err = generateFiles("s1", 1000, 22, "../bin/syncthing")
err = generateFiles("s1", 1000, 22, "../LICENSE")
if err != nil {
t.Fatal(err)
}