Loading...
tests/acl_tests.c Libc-1698.100.8 /dev/null
--- Libc/Libc-1698.100.8/tests/acl_tests.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <darwintest.h>
-#include <sys/types.h>
-#include <sys/acl.h>
-
-T_DECL(acl_bad_test, "Tests invalid acl") {
-
-    acl_t acl = acl_from_text("!#acl");
-    T_EXPECT_NULL(acl, "Invalid acl detected");
-}