test defs: no need to re-add $srcdir/t/ax to $PATH
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 08:03:51 +0000 (10:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 26 Jul 2012 12:11:38 +0000 (14:11 +0200)
* 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.lattarini@gmail.com>
t/ax/test-defs.in

index c5b0a54..9a9e632 100644 (file)
@@ -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