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

@@ -227,12 +227,6 @@ func (p *syncthingProcess) version() (string, error) {
return v.Version, nil
}
type fileGenerator struct {
files int
maxexp int
srcname string
}
func generateFiles(dir string, files, maxexp int, srcname string) error {
fd, err := os.Open(srcname)
if err != nil {