svn commit: r288655 - user/ngie/more-tests/bin/ls/tests

Garrett Cooper ngie at FreeBSD.org
Sun Oct 4 08:18:25 UTC 2015


Author: ngie
Date: Sun Oct  4 08:18:24 2015
New Revision: 288655
URL: https://svnweb.freebsd.org/changeset/base/288655

Log:
  Look for awk/sort explicitly

Modified:
  user/ngie/more-tests/bin/ls/tests/Makefile

Modified: user/ngie/more-tests/bin/ls/tests/Makefile
==============================================================================
--- user/ngie/more-tests/bin/ls/tests/Makefile	Sun Oct  4 08:00:29 2015	(r288654)
+++ user/ngie/more-tests/bin/ls/tests/Makefile	Sun Oct  4 08:18:24 2015	(r288655)
@@ -6,6 +6,6 @@ ATF_TESTS_SH+=	ls_tests
 # This seems like overkill, but the idea in mind is that all of the testcases
 # should be runnable as !root
 TEST_METADATA.ls_tests+=	required_user="unprivileged"
-TEST_METADATA.ls_tests+=	required_files="/usr/bin/nc"
+TEST_METADATA.ls_tests+=	required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
 
 .include <bsd.test.mk>


More information about the svn-src-user mailing list