From: Stefano Lattarini Date: Thu, 26 Jul 2012 08:03:51 +0000 (+0200) Subject: test defs: no need to re-add $srcdir/t/ax to $PATH X-Git-Tag: v1.12.3~31^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a42af01cbdc200ba91262a10edde6ad4bce3cda;p=thirdparty%2Fautomake.git test defs: no need to re-add $srcdir/t/ax to $PATH * t/ax/test-defs.sh: Here. That is already done by both 'runtest' and AM_TESTS_ENVIRONMENT, and the presence of '$srcdir/t/ax' in $PATH is anyway required, after the recent changes, for our testsuite framework to work at all. Signed-off-by: Stefano Lattarini --- diff --git a/t/ax/test-defs.in b/t/ax/test-defs.in index c5b0a5483..9a9e632ca 100644 --- a/t/ax/test-defs.in +++ b/t/ax/test-defs.in @@ -238,9 +238,4 @@ case $PATH in *) PATH=$am_bindir$PATH_SEPARATOR$PATH;; esac -# Make our helper script accessible by default. -# The '$am_testauxdir' should be defined in the environment of -# our testsuite. -PATH=$am_testauxdir$PATH_SEPARATOR$PATH - export PATH