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:
parent
68d4cdd010
commit
0b7cffde5f
7
bin/pax/tests/Kyuafile
Normal file
7
bin/pax/tests/Kyuafile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-- $FreeBSD$
|
||||||
|
|
||||||
|
syntax(2)
|
||||||
|
|
||||||
|
test_suite("FreeBSD")
|
||||||
|
|
||||||
|
tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"}
|
@ -3,6 +3,7 @@
|
|||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
TESTSDIR= ${TESTSBASE}/bin/pax
|
TESTSDIR= ${TESTSBASE}/bin/pax
|
||||||
|
KYUAFILE= yes
|
||||||
|
|
||||||
TAP_TESTS_SH= legacy_test
|
TAP_TESTS_SH= legacy_test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user