Merge pull request #25746 from lixiaobing10051267/masterName

wrong id when testing exists in daemon aufs
Upstream-commit: d7753dceb814e92c20a067df51fd231fe2d0fda9
Component: engine
This commit is contained in:
Brian Goff
2016-08-16 13:00:03 -04:00
committed by GitHub

View File

@ -550,7 +550,7 @@ func TestExists(t *testing.T) {
}
if d.Exists("none") {
t.Fatal("id name should not exist in the driver")
t.Fatal("id none should not exist in the driver")
}
if !d.Exists("1") {