diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-23 21:33:03 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-05-23 21:43:32 +0200 |
commit | b757a99bd3c2d77c319bb7876f0ad324ac3b93a9 (patch) | |
tree | 229b2ded9b652a8bffb3fc88f9b973d322e50d60 /t/colon6.sh | |
parent | ac3a5a12598bb44a6c748964d2ed46eb899dbc04 (diff) | |
parent | a0db09fe9eb8b03415a5dd00ff031f5a17096108 (diff) | |
download | automake-b757a99bd3c2d77c319bb7876f0ad324ac3b93a9.tar.gz |
Merge branch 'master' into ng/master
* master:
tests: avoid few lingering $MAKE redirections
tests: avoid '$MAKE' redirections, use 'run_make' instead
tests: avoid use of redirected 'run_make' invocations
lint: warn against redirected 'run_make' invocations
comments: next GNU make release 4.0, not 3.83
tests: fix a potential spurious failure due to global config.site
HACKING: it's OK to do testsuite refactoring in a micro version
tests: remove some code duplication
cosmetics: remove a couple of extra whitespaces in tests
tests: two minor fixups
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/colon6.sh')
-rw-r--r-- | t/colon6.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/colon6.sh b/t/colon6.sh index a60842f21..913ee7ed4 100644 --- a/t/colon6.sh +++ b/t/colon6.sh @@ -82,8 +82,7 @@ for vpath in : false; do # version.good should depend on version.gin. rm -f version.good - $MAKE version.good 2>stderr && { cat stderr >&2; exit 1; } - cat stderr >&2 + run_make -E -e FAIL version.good # Try to verify that we errored out for the right reason. $FGREP version.gin stderr |