]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests defs: more uses of $top_testsrcdir
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:23:38 +0000 (10:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 8 Jul 2011 08:24:03 +0000 (10:24 +0200)
* tests/autodist-stamp-vti.test: Use `$top_testsrcdir' instead
of `$testsrcdir/..'.
* tests/repeated-options.test: Likewise.
* tests/suffix5.test: Likewise.
* tests/vtexi3.test: Likewise.

ChangeLog
tests/autodist-stamp-vti.test
tests/repeated-options.test
tests/suffix5.test
tests/vtexi3.test

index b3709ec6f8152a9b50818517b00f56e221b56e3a..73077c785c0dc28182527252eb332679de96ed82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-07-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        self tests: fix typo in comment
index 2984372975ed16d7eda7e8c4cb25b14b29db6fec..1dc91c7f0d550c73b5d40aa3b02d08fd9de18d3c 100755 (executable)
@@ -46,7 +46,7 @@ END
 
 # Required when using Texinfo.
 : > texinfo.tex
-cp "$testsrcdir/../lib/mdate-sh" .
+cp "$top_testsrcdir"/lib/mdate-sh .
 
 $ACLOCAL
 $AUTOCONF
index 4667d0d633171ec9b9ca5e516485ff2dbebf11bf..999c9e19f25a0f2726812bac0b8f69d7c47757f9 100755 (executable)
@@ -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; }
index e9d733d86eee7dadee128d847b0bb1d4ee709647..c0566a99ae0d63a572f1ed414bddb6fa2ef44072 100755 (executable)
@@ -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
index 04fb7d78c1f14b4dbe2f08e5370e8b21edb8ec64..da0278bbb93c2962b049de257e626b818f0408d3 100755 (executable)
@@ -65,7 +65,7 @@ END
 
 # Required when using Texinfo.
 : > texinfo.tex
-cp "$testsrcdir/../lib/mdate-sh" .
+cp "$top_testsrcdir"/lib/mdate-sh .
 
 $ACLOCAL
 $AUTOCONF