Merge pull request #25746 from lixiaobing10051267/masterName

wrong id when testing exists in daemon aufs
This commit is contained in:
Brian Goff 2016-08-16 13:00:03 -04:00 committed by GitHub
commit d7753dceb8
1 changed files with 1 additions and 1 deletions

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") {