wrong id when testing exists in daemon aufs

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-08-16 16:28:32 +08:00
parent 3c6f4cd5a6
commit cdb6c59eda
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") {