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/ax/testsuite-summary-checks.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/ax/testsuite-summary-checks.sh')
-rw-r--r-- | t/ax/testsuite-summary-checks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/ax/testsuite-summary-checks.sh b/t/ax/testsuite-summary-checks.sh index 54d76cd04..fd74a7f7f 100644 --- a/t/ax/testsuite-summary-checks.sh +++ b/t/ax/testsuite-summary-checks.sh @@ -85,7 +85,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 |