* 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>
+
+ 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
# Required when using Texinfo.
: > texinfo.tex
-cp "$testsrcdir/../lib/mdate-sh" .
+cp "$top_testsrcdir"/lib/mdate-sh .
$ACLOCAL
$AUTOCONF
}
END
-cp $testsrcdir/../lib/compile .
+cp "$top_testsrcdir"/lib/compile .
$ACLOCAL
$AUTOMAKE --foreign --foreign -Wall 2>stderr || { cat stderr >&2; Exit 1; }
: > ltmain.sh
-cp "$testsrcdir/../lib/config.guess" "$testsrcdir/../lib/config.sub" .
+cp "$top_testsrcdir"/lib/config.guess "$top_testsrcdir"/lib/config.sub .
$ACLOCAL
$AUTOMAKE
# Required when using Texinfo.
: > texinfo.tex
-cp "$testsrcdir/../lib/mdate-sh" .
+cp "$top_testsrcdir"/lib/mdate-sh .
$ACLOCAL
$AUTOCONF