1
0
mirror of https://github.com/moby/moby.git synced 2025-10-24 09:13:09 +03:00

Change integration test to use variable

Followup to #20246, changes the test to use already declared variable

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
This commit is contained in:
Christopher Jones
2016-02-11 21:11:51 -05:00
parent 2a16099f57
commit ce1059973a

View File

@@ -1014,7 +1014,7 @@ func (s *DockerNetworkSuite) TestDockerNetworkHostModeUngracefulDaemonRestart(c
c.Assert(err, checker.IsNil, check.Commentf(out))
// verfiy container has finished starting before killing daemon
err = s.d.waitRun(fmt.Sprintf("hostc-%d", i))
err = s.d.waitRun(cName)
c.Assert(err, checker.IsNil)
}