summaryrefslogtreecommitdiff
path: root/tests/suffix5.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-11-05 21:30:39 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-11-05 21:35:09 +0100
commiteb52380d7a7bbedcd10fb9991420ae25ea27520f (patch)
treedb400fedb4743123daf55df59de696acf572b702 /tests/suffix5.test
parent7a7aeb80c90e329f185aed585ffa7420d1d4a8a8 (diff)
downloadautomake-eb52380d7a7bbedcd10fb9991420ae25ea27520f.tar.gz
tests: more faithful 'installcheck' support in few tests
* tests/ar-lib5a.test: Use the `$am_scriptdir' variable instead of "$testsrcdir/../lib" or "$top_testsrcdir/lib", to test more faithfully under "make installcheck". * tests/ar-lib5a.test: Likewise. * tests/libobj-basic.test: Likewise. * tests/libobj19.test: Likewise. * tests/suffix5.test: Likewise.
Diffstat (limited to 'tests/suffix5.test')
-rwxr-xr-xtests/suffix5.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/suffix5.test b/tests/suffix5.test
index 113a40ad4..fcde0b68c 100755
--- a/tests/suffix5.test
+++ b/tests/suffix5.test
@@ -46,9 +46,8 @@ END
: > ltmain.sh
-# FIXME: better support for installcheck.
for auxscript in ar-lib config.guess config.sub; do
- cp "$top_testsrcdir/lib/$auxscript" . \
+ cp "$am_scriptdir/$auxscript" . \
|| fatal_ "fetching auxiliary script \`$auxscript'"
done