From: Stefano Lattarini Date: Sun, 12 Dec 2010 21:10:05 +0000 (+0100) Subject: Tests defs: more uses of $top_testsrcdir. X-Git-Tag: ng-0.5a~308^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1e3121c1a3c360150eb2a7cb1d53d879095475;p=thirdparty%2Fautomake.git Tests defs: more uses of $top_testsrcdir. * tests/compile6.test: Use `$top_testsrcdir' instead of `$testsrcdir/..'. --- diff --git a/ChangeLog b/ChangeLog index b3f0e4920..6ef1e4e08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-12 Stefano Lattarini + + Tests defs: more uses of $top_testsrcdir. + * tests/compile6.test: Use `$top_testsrcdir' instead of + `$testsrcdir/..'. + 2010-11-12 Stefano Lattarini Tests required tools: also try `-v' option for GNU compilers. diff --git a/tests/compile6.test b/tests/compile6.test index f45a5342f..1f012cf94 100755 --- a/tests/compile6.test +++ b/tests/compile6.test @@ -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'