소스 검색

Merge pull request #25746 from lixiaobing10051267/masterName

wrong id when testing exists in daemon aufs
Brian Goff 9 년 전
부모
커밋
d7753dceb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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") {
-		t.Fatal("id name should not exist in the driver")
+		t.Fatal("id none should not exist in the driver")
 	}
 
 	if !d.Exists("1") {