summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-12-23 10:02:51 +0000
committerngie <ngie@FreeBSD.org>2015-12-23 10:02:51 +0000
commitcde5c65b52c3c493f9ddb5b90b86d5b2a8e2d013 (patch)
tree43c94d14385b2da302e68d5b4a10aa012496e7e5 /tests
parente089052101e96d7fa6d3cd71572dbf86dd7888c1 (diff)
downloadFreeBSD-src-cde5c65b52c3c493f9ddb5b90b86d5b2a8e2d013.zip
FreeBSD-src-cde5c65b52c3c493f9ddb5b90b86d5b2a8e2d013.tar.gz
Delete the comment about running `test_libugidfw_strings` before testing
`mac_is_present` so it doesn't accidentally confuse people MFC after: 3 days X-MFC with: r292650 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/mac/bsdextended/ugidfw_test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sys/mac/bsdextended/ugidfw_test.c b/tests/sys/mac/bsdextended/ugidfw_test.c
index f8130aa..aab8553 100644
--- a/tests/sys/mac/bsdextended/ugidfw_test.c
+++ b/tests/sys/mac/bsdextended/ugidfw_test.c
@@ -224,11 +224,6 @@ main(void)
printf("1..%lu\n", nitems(test_users) + nitems(test_groups) +
3 * nitems(test_strings) + 2);
- /*
- * We can test some parts of the library without the MAC Framework
- * and policy loaded, so run those tests before calling
- * mac_is_present().
- */
test_libugidfw_strings();
/*
OpenPOWER on IntegriCloud