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