Hello!
Please don't use "sh -x" in the tests - otherwise they will be too verbose
even in VERBOSE is not set.
_
--- makevars.test
+++ makevars.test
@@ -1,4 +1,4 @@
-#! /bin/sh -x
+#! /bin/sh
# Test to make sure that automake includes the needed variables,
# but not too man
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> The attached patch fixes the testsuite. Currently some tests
Pavel> use some files (depcomp, install-sh, mkinstalldirs and missing)
Pavel> from the toplevel Automake directory if and only if srcdir=="."
Thanks, I checked this in.
Hello!
The attached patch fixes the testsuite. Currently some tests use some
files (depcomp, install-sh, mkinstalldirs and missing) from the toplevel
Automake directory if and only if srcdir=="."
This behaviour is inconsistent and it actually causes some failures in the
testsuite for srcdir=="."