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
This commit is contained in:
Enji Cooper 2015-12-23 10:02:51 +00:00
parent ad25988f4c
commit 013829494e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292651

View File

@ -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();
/*