summaryrefslogtreecommitdiff
path: root/tests/amhello-cflags.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-09-02 17:50:33 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-09-02 17:50:33 +0200
commit6f3695f5fc884861d11e2bfcc8b5582e5e715be2 (patch)
tree7ca6eaead6d4fce6f95a9cb394b44b75d4763bff /tests/amhello-cflags.test
parentd2db023c9918fa33de85cc818429c8b16f0ae6b9 (diff)
downloadautomake-6f3695f5fc884861d11e2bfcc8b5582e5e715be2.tar.gz
tests: more uses of `$top_testsrcdir', in the `amhello' tests
* tests/amhello-binpkg.test: Use `$top_testsrcdir' instead of `$testsrcdir/..'. * tests/amhello-cflags.test: Likewise. * tests/amhello-cross-compile.test: Likewise.
Diffstat (limited to 'tests/amhello-cflags.test')
-rwxr-xr-xtests/amhello-cflags.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amhello-cflags.test b/tests/amhello-cflags.test
index 3ec54b8bb..5811f451d 100755
--- a/tests/amhello-cflags.test
+++ b/tests/amhello-cflags.test
@@ -22,7 +22,7 @@ am_create_testdir=empty
required=gcc
. ./defs || Exit 1
-cp "$testsrcdir"/../doc/amhello-1.0.tar.gz . \
+cp "$top_testsrcdir"/doc/amhello-1.0.tar.gz . \
|| fatal_ "cannot get amhello tarball"
gzip -dc amhello-1.0.tar.gz | tar xf -