Selaa lähdekoodia

wrong id when testing exists in daemon aufs

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
lixiaobing10051267 9 vuotta sitten
vanhempi
commit
cdb6c59eda
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      daemon/graphdriver/aufs/aufs_test.go

+ 1 - 1
daemon/graphdriver/aufs/aufs_test.go

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