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:
parent
3c6f4cd5a6
commit
cdb6c59eda
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ func TestExists(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if d.Exists("none") {
|
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") {
|
if !d.Exists("1") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue