diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 17:52:25 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 17:52:47 +0100 |
commit | 622358354392072ce81e50ec52377d3bdbf93f22 (patch) | |
tree | 6b8fedbea5e33810f90468362e5ee4a507921a33 /t/test-driver-custom-multitest.sh | |
parent | 0494881b53d6a125c1e4feeb03101de351085a1b (diff) | |
download | automake-622358354392072ce81e50ec52377d3bdbf93f22.tar.gz |
tests: rename $am_testauxdir -> $am_testaux_srcdir
This is just a preparatory change in view of a future commit.
* t/ax/test-defs.in: Here.
* t/ax/tap-summary-aux.sh: And here.
* t/ax/testsuite-summary-checks.sh: And here.
* t/distcheck-missing-m4.sh: And here.
* t/distcheck-outdated-m4.sh: And here.
* t/self-check-shell-no-trail-bslash.sh: And here.
* t/test-driver-acsubst.sh: And here.
* t/test-driver-cond.sh: And here.
* t/test-driver-custom-multitest.sh: And here.
* t/test-driver-custom-multitest-recheck.sh: And here.
* t/test-driver-custom-multitest-recheck2.sh: And here.
* t/testsuite-summary-count-many.sh: And here.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/test-driver-custom-multitest.sh')
-rwxr-xr-x | t/test-driver-custom-multitest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-driver-custom-multitest.sh b/t/test-driver-custom-multitest.sh index da8a88fc9..7a073e26e 100755 --- a/t/test-driver-custom-multitest.sh +++ b/t/test-driver-custom-multitest.sh @@ -21,7 +21,7 @@ . ./defs || exit 1 -cp "$am_testauxdir"/trivial-test-driver . \ +cp "$am_testaux_srcdir"/trivial-test-driver . \ || fatal_ "failed to fetch auxiliary script trivial-test-driver" cat >> configure.ac << 'END' |