Date: Mon, 13 Jan 2014 14:59:30 +0100 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Julio Merino <jmmv@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r260586 - head/bin/pax/tests Message-ID: <20140113135930.GR97375@ithaqua.etoilebsd.net> In-Reply-To: <201401131217.s0DCHflD060494@svn.freebsd.org> References: <201401131217.s0DCHflD060494@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Mon, Jan 13, 2014 at 12:17:41PM +0000, Julio Merino wrote: > 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"} Shouldn't that be /usr/local/bin/perl or ${LOCALBASE}/bin/perl, we are trying hard on ports to remove by default /usr/bin/perl which is a legacy from the removal of perl from base. regards, Bapt [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLT8UIACgkQ8kTtMUmk6Ew9oQCdHwNufQ93ocKq/LPh6tnRBdkf GZkAnjeW8OITn1LUCKjYeN/MQjXdvvPM =eVta -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140113135930.GR97375>
