I pushed this patch to the tests-init branch as obvious. Regards, Stefano
-*-*-*- Tests defs: more uses of $top_testsrcdir. * tests/compile6.test: Use `$top_testsrcdir' instead of `$testsrcdir/..'. --- ChangeLog | 6 ++++++ tests/compile6.test | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3f0e49..6ef1e4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-12 Stefano Lattarini <stefano.lattar...@gmail.com> + + Tests defs: more uses of $top_testsrcdir. + * tests/compile6.test: Use `$top_testsrcdir' instead of + `$testsrcdir/..'. + 2010-11-12 Stefano Lattarini <stefano.lattar...@gmail.com> Tests required tools: also try `-v' option for GNU compilers. diff --git a/tests/compile6.test b/tests/compile6.test index f45a534..1f012cf 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' -- 1.7.1