1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #12132 from sunyuan3/d

duplicate logDone in TestRenameRunningContainer and TestRenameCheckNames
This commit is contained in:
Doug Davis 2015-04-08 08:09:22 -04:00
commit 7cfe438151

View file

@ -97,7 +97,7 @@ func TestRenameCheckNames(t *testing.T) {
t.Fatal(err)
}
logDone("rename - running container")
logDone("rename - old name released")
}
func TestRenameInvalidName(t *testing.T) {