summaryrefslogtreecommitdiff
path: root/t/testsuite-summary-count-many.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-11-07 21:51:01 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-11-07 21:51:01 +0100
commit93c2c33e04e4e5b78da45ec8c251899acce5d322 (patch)
treed6efe40a6405d76c8b22d9d0f3a9421c02ce93ab /t/testsuite-summary-count-many.sh
parentdd3fb7edb9639ae5c22c5fc0cfcd8d053f6c1688 (diff)
parentbd0d41d77f0d8a24bb8e6aac3bf580cbe741f88e (diff)
downloadautomake-93c2c33e04e4e5b78da45ec8c251899acce5d322.tar.gz
Merge branch 'maint'
* maint: tests: new variable $am_testaux_builddir tests: rename $am_testauxdir -> $am_testaux_srcdir
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 866b92251..7fee21d90 100755
--- a/t/testsuite-summary-count-many.sh
+++ b/t/testsuite-summary-count-many.sh
@@ -22,7 +22,7 @@
. test-init.sh
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='============================================================================'