Browse Source

Fix integration tests

Audrius Butkevicius 11 years ago
parent
commit
cda2c5d459
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/syncthingprocess.go

+ 1 - 1
test/syncthingprocess.go

@@ -94,7 +94,7 @@ func (p *syncthingProcess) stop() error {
 	p.cmd.Process.Signal(os.Kill)
 	p.cmd.Wait()
 
-	fd, err := os.Open(p.instance + ".out")
+	fd, err := os.Open(p.logfd.Name())
 	if err != nil {
 		return err
 	}