Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 10:02:51 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292651 - head/tests/sys/mac/bsdextended
Message-ID:  <201512231002.tBNA2p0l080672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512231002.tBNA2p0l080672>