svn commit: r292651 - head/tests/sys/mac/bsdextended

Garrett Cooper ngie at FreeBSD.org
Wed Dec 23 10:02:52 UTC 2015


Author: ngie
Date: Wed Dec 23 10:02:51 2015
New Revision: 292651
URL: https://svnweb.freebsd.org/changeset/base/292651

Log:
  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

Modified:
  head/tests/sys/mac/bsdextended/ugidfw_test.c

Modified: head/tests/sys/mac/bsdextended/ugidfw_test.c
==============================================================================
--- head/tests/sys/mac/bsdextended/ugidfw_test.c	Wed Dec 23 09:59:31 2015	(r292650)
+++ head/tests/sys/mac/bsdextended/ugidfw_test.c	Wed Dec 23 10:02:51 2015	(r292651)
@@ -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();
 
 	/*


More information about the svn-src-all mailing list