diff --git a/acl/acl_test.go b/acl/acl_test.go index 2c8b2048bb..5bd77dc8b2 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -79,10 +79,10 @@ func TestStaticACL(t *testing.T) { t.Fatalf("should not allow") } if none.ACLList() { - t.Fatalf("should not noneow") + t.Fatalf("should not allow") } if none.ACLModify() { - t.Fatalf("should not noneow") + t.Fatalf("should not allow") } if !manage.KeyRead("foobar") {