summaryrefslogtreecommitdiff
path: root/t/ax/tap-summary-aux.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/ax/tap-summary-aux.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/ax/tap-summary-aux.sh')
-rw-r--r--t/ax/tap-summary-aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ax/tap-summary-aux.sh b/t/ax/tap-summary-aux.sh
index 156c4ad83..3918830a6 100644
--- a/t/ax/tap-summary-aux.sh
+++ b/t/ax/tap-summary-aux.sh
@@ -68,7 +68,7 @@ do_check ()
else
test $st -eq 0 || exit 1
fi
- $PERL "$am_testauxdir"/extract-testsuite-summary.pl stdout >summary.got \
+ $PERL "$am_testaux_srcdir"/extract-testsuite-summary.pl stdout >summary.got \
|| fatal_ "cannot extract testsuite summary"
cat summary.exp
cat summary.got