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

@@ -37,7 +37,7 @@ func TestBenchmarkTransfer(t *testing.T) {
}
log.Println("Generating files...")
err = generateFiles("s1", nfiles, 22, "../bin/syncthing")
err = generateFiles("s1", nfiles, 22, "../LICENSE")
if err != nil {
t.Fatal(err)
}