Mark the bin/pax tests as requiring perl.

The effect of this is that the test program is marked as skipped when perl
is missing, instead of marking it as broken due to an execution failure.

MFC after:	3 days
This commit is contained in:
Julio Merino 2014-01-13 12:17:41 +00:00
parent 68d4cdd010
commit 0b7cffde5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260586
2 changed files with 8 additions and 0 deletions

7
bin/pax/tests/Kyuafile Normal file
View File

@ -0,0 +1,7 @@
-- $FreeBSD$
syntax(2)
test_suite("FreeBSD")
tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"}

View File

@ -3,6 +3,7 @@
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/bin/pax
KYUAFILE= yes
TAP_TESTS_SH= legacy_test