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:
@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user