Merge pull request #25746 from lixiaobing10051267/masterName
wrong id when testing exists in daemon aufs
This commit is contained in:
commit
d7753dceb8
1 changed files with 1 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Reference in a new issue