Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 08:18:25 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r288655 - user/ngie/more-tests/bin/ls/tests
Message-ID:  <201510040818.t948IPnC096420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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