From 1825fe79324513c62cdf76052c31e3799db246f0 Mon Sep 17 00:00:00 2001 From: jmmv Date: Mon, 13 Jan 2014 12:17:41 +0000 Subject: 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 --- bin/pax/tests/Kyuafile | 7 +++++++ bin/pax/tests/Makefile | 1 + 2 files changed, 8 insertions(+) create mode 100644 bin/pax/tests/Kyuafile (limited to 'bin') diff --git a/bin/pax/tests/Kyuafile b/bin/pax/tests/Kyuafile new file mode 100644 index 0000000..8d0fc2e --- /dev/null +++ b/bin/pax/tests/Kyuafile @@ -0,0 +1,7 @@ +-- $FreeBSD$ + +syntax(2) + +test_suite("FreeBSD") + +tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"} diff --git a/bin/pax/tests/Makefile b/bin/pax/tests/Makefile index b3c4b85..4403efd 100644 --- a/bin/pax/tests/Makefile +++ b/bin/pax/tests/Makefile @@ -3,6 +3,7 @@ .include TESTSDIR= ${TESTSBASE}/bin/pax +KYUAFILE= yes TAP_TESTS_SH= legacy_test -- cgit v1.1