From: Stefano Lattarini Date: Fri, 8 Jul 2011 08:23:38 +0000 (+0200) Subject: tests defs: more uses of $top_testsrcdir X-Git-Tag: ng-0.5a~89^2~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3320c0a504ae23d22bc4d968e0696dc59d036acb;p=thirdparty%2Fautomake.git tests defs: more uses of $top_testsrcdir * tests/autodist-stamp-vti.test: Use `$top_testsrcdir' instead of `$testsrcdir/..'. * tests/repeated-options.test: Likewise. * tests/suffix5.test: Likewise. * tests/vtexi3.test: Likewise. --- diff --git a/ChangeLog b/ChangeLog index b3709ec6f..73077c785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-07-08 Stefano Lattarini + + tests defs: more uses of $top_testsrcdir + * tests/autodist-stamp-vti.test: Use `$top_testsrcdir' instead + of `$testsrcdir/..'. + * tests/repeated-options.test: Likewise. + * tests/suffix5.test: Likewise. + * tests/vtexi3.test: Likewise. + 2011-07-08 Stefano Lattarini self tests: fix typo in comment diff --git a/tests/autodist-stamp-vti.test b/tests/autodist-stamp-vti.test index 298437297..1dc91c7f0 100755 --- a/tests/autodist-stamp-vti.test +++ b/tests/autodist-stamp-vti.test @@ -46,7 +46,7 @@ END # Required when using Texinfo. : > texinfo.tex -cp "$testsrcdir/../lib/mdate-sh" . +cp "$top_testsrcdir"/lib/mdate-sh . $ACLOCAL $AUTOCONF diff --git a/tests/repeated-options.test b/tests/repeated-options.test index 4667d0d63..999c9e19f 100755 --- a/tests/repeated-options.test +++ b/tests/repeated-options.test @@ -58,7 +58,7 @@ int main (void) } END -cp $testsrcdir/../lib/compile . +cp "$top_testsrcdir"/lib/compile . $ACLOCAL $AUTOMAKE --foreign --foreign -Wall 2>stderr || { cat stderr >&2; Exit 1; } diff --git a/tests/suffix5.test b/tests/suffix5.test index e9d733d86..c0566a99a 100755 --- a/tests/suffix5.test +++ b/tests/suffix5.test @@ -45,7 +45,7 @@ END : > ltmain.sh -cp "$testsrcdir/../lib/config.guess" "$testsrcdir/../lib/config.sub" . +cp "$top_testsrcdir"/lib/config.guess "$top_testsrcdir"/lib/config.sub . $ACLOCAL $AUTOMAKE diff --git a/tests/vtexi3.test b/tests/vtexi3.test index 04fb7d78c..da0278bbb 100755 --- a/tests/vtexi3.test +++ b/tests/vtexi3.test @@ -65,7 +65,7 @@ END # Required when using Texinfo. : > texinfo.tex -cp "$testsrcdir/../lib/mdate-sh" . +cp "$top_testsrcdir"/lib/mdate-sh . $ACLOCAL $AUTOCONF