diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 21:51:01 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-11-07 21:51:01 +0100 |
commit | 93c2c33e04e4e5b78da45ec8c251899acce5d322 (patch) | |
tree | d6efe40a6405d76c8b22d9d0f3a9421c02ce93ab /t/testsuite-summary-count-many.sh | |
parent | dd3fb7edb9639ae5c22c5fc0cfcd8d053f6c1688 (diff) | |
parent | bd0d41d77f0d8a24bb8e6aac3bf580cbe741f88e (diff) | |
download | automake-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-x | t/testsuite-summary-count-many.sh | 2 |
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='============================================================================' |