summaryrefslogtreecommitdiff
path: root/t/testsuite-summary-count-many.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-11-07 17:52:25 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-07 17:52:47 +0100
commit622358354392072ce81e50ec52377d3bdbf93f22 (patch)
tree6b8fedbea5e33810f90468362e5ee4a507921a33 /t/testsuite-summary-count-many.sh
parent0494881b53d6a125c1e4feeb03101de351085a1b (diff)
downloadautomake-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/testsuite-summary-count-many.sh')
-rwxr-xr-xt/testsuite-summary-count-many.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/testsuite-summary-count-many.sh b/t/testsuite-summary-count-many.sh
index 938c91e2e..553df50ae 100755
--- a/t/testsuite-summary-count-many.sh
+++ b/t/testsuite-summary-count-many.sh
@@ -22,7 +22,7 @@
. ./defs || exit 1
for s in trivial-test-driver extract-testsuite-summary.pl; do
- cp "$am_testauxdir/$s" . || fatal_ "failed to fetch auxiliary script $s"
+ cp "$am_testaux_srcdir/$s" . || fatal_ "failed to fetch auxiliary script $s"
done
br='============================================================================'