automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 24/32] test defs: no need to re-add $srcdir/t/ax to $PATH


From: Stefano Lattarini
Subject: [PATCH 24/32] test defs: no need to re-add $srcdir/t/ax to $PATH
Date: Thu, 26 Jul 2012 14:04:50 +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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]