Author: jmmv
Date: Mon Jan 13 12:17:41 2014
New Revision: 260586
URL: http://svnweb.freebsd.org/changeset/base/260586

Log:
  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

Added:
  head/bin/pax/tests/Kyuafile   (contents, props changed)
Modified:
  head/bin/pax/tests/Makefile

Added: head/bin/pax/tests/Kyuafile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/bin/pax/tests/Kyuafile Mon Jan 13 12:17:41 2014        (r260586)
@@ -0,0 +1,7 @@
+-- $FreeBSD$
+
+syntax(2)
+
+test_suite("FreeBSD")
+
+tap_test_program{name="legacy_test", required_programs="/usr/bin/perl"}

Modified: head/bin/pax/tests/Makefile
==============================================================================
--- head/bin/pax/tests/Makefile Mon Jan 13 11:51:12 2014        (r260585)
+++ head/bin/pax/tests/Makefile Mon Jan 13 12:17:41 2014        (r260586)
@@ -3,6 +3,7 @@
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/bin/pax
+KYUAFILE=      yes
 
 TAP_TESTS_SH=  legacy_test
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to