From cdb6c59eda4e78d626721a6a38fd305a6d2c50f3 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Tue, 16 Aug 2016 16:28:32 +0800 Subject: [PATCH] wrong id when testing exists in daemon aufs Signed-off-by: lixiaobing10051267 --- daemon/graphdriver/aufs/aufs_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/graphdriver/aufs/aufs_test.go b/daemon/graphdriver/aufs/aufs_test.go index 1d0a268f94..a3aed6c2eb 100644 --- a/daemon/graphdriver/aufs/aufs_test.go +++ b/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") {