From owner-svn-src-all@FreeBSD.ORG Mon Jan 13 13:59:35 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE2394BA; Mon, 13 Jan 2014 13:59:35 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C709211AA; Mon, 13 Jan 2014 13:59:34 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hq4so3062243wib.5 for ; Mon, 13 Jan 2014 05:59:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0SdArSLie1nYYVnO1d71xTy9Lu4a8oZwIUhRYv4KPS0=; b=nXBbFfgYt7kx3VSSOcYI/S4yoMY3FdWnFnIjzZF0xJKQ0cJ4+qG/YAo+tGhRp1Hi66 O8hLztgHy5YOCYkGsSs99PclediYKzzrqu+Dcp4Py5fQzMCD+Js6pXsSImKatUtYiYFu 5w5G73Eaz7G7VmjSGfDypqy5PjZgbcdnHoErSf7iA0sOVP6oOlDnYZa/EdSU4yx2/PQg Mgilzdt4JGVi6lr4mfwbOTTRtP9FP3I0Hkhe+l2a1SBEq3X5M1sJMpQa6Iw/eDmh9end 8kkUoysqEcxoxsEet0ZUyTjk/hVK3nHwdwOqqDBfmP4/iTZPRl/pnq+PIp3tt9Idq05Z tOPQ== X-Received: by 10.180.212.98 with SMTP id nj2mr15660930wic.52.1389621573032; Mon, 13 Jan 2014 05:59:33 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id cy10sm11548795wjb.6.2014.01.13.05.59.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 13 Jan 2014 05:59:32 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 13 Jan 2014 14:59:30 +0100 From: Baptiste Daroussin To: Julio Merino Subject: Re: svn commit: r260586 - head/bin/pax/tests Message-ID: <20140113135930.GR97375@ithaqua.etoilebsd.net> References: <201401131217.s0DCHflD060494@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CPn8Wy5ME997YUMW" Content-Disposition: inline In-Reply-To: <201401131217.s0DCHflD060494@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 13:59:35 -0000 --CPn8Wy5ME997YUMW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > Mark the bin/pax tests as requiring perl. > =20 > The effect of this is that the test program is marked as skipped when p= erl > is missing, instead of marking it as broken due to an execution failure. > =20 > MFC after: 3 days >=20 > Added: > head/bin/pax/tests/Kyuafile (contents, props changed) > Modified: > head/bin/pax/tests/Makefile >=20 > Added: head/bin/pax/tests/Kyuafile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /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=3D"legacy_test", required_programs=3D"/usr/bin/per= l"} Shouldn't that be /usr/local/bin/perl or ${LOCALBASE}/bin/perl, we are tryi= ng hard on ports to remove by default /usr/bin/perl which is a legacy from the removal of perl from base. regards, Bapt --CPn8Wy5ME997YUMW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLT8UIACgkQ8kTtMUmk6Ew9oQCdHwNufQ93ocKq/LPh6tnRBdkf GZkAnjeW8OITn1LUCKjYeN/MQjXdvvPM =eVta -----END PGP SIGNATURE----- --CPn8Wy5ME997YUMW--