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

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