* 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 <stefano.lattar...@gmail.com> --- t/ax/test-defs.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/ax/test-defs.in b/t/ax/test-defs.in index c5b0a54..9a9e632 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 -- 1.7.12.rc0