]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Tests defs: more uses of $top_testsrcdir.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Dec 2010 21:10:05 +0000 (22:10 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Dec 2010 21:10:05 +0000 (22:10 +0100)
* tests/compile6.test: Use `$top_testsrcdir' instead of
`$testsrcdir/..'.

ChangeLog
tests/compile6.test

index b3f0e4920de539fac448b7be9258119be127840e..6ef1e4e08e2d4272e236ae88e6c46ccb377a9efb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Tests defs: more uses of $top_testsrcdir.
+       * tests/compile6.test: Use `$top_testsrcdir' instead of
+       `$testsrcdir/..'.
+
 2010-11-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        Tests required tools: also try `-v' option for GNU compilers.
index f45a5342fa8445707cf074a54b816e2b09fe2358..1f012cf949e1c906cd101ad064c05166d5295cb0 100755 (executable)
@@ -21,7 +21,7 @@ required=xsi-shell
 
 set -e
 
-cp "$testsrcdir/../lib/compile" .
+cp "$top_testsrcdir/lib/compile" .
 
 # Use a dummy cl, since cl isn't readily available on all systems
 cat >cl <<'END'