1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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