From: Ralf Wildenhues Date: Mon, 12 Nov 2007 18:53:32 +0000 (+0100) Subject: Avoid spurious test failure with `make check TESTS=check5.test'. X-Git-Tag: v1.10b~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83df77e58dbce5bb38f0b70ecd3cab7fdfda4d00;p=thirdparty%2Fautomake.git Avoid spurious test failure with `make check TESTS=check5.test'. * tests/check5.test: unset TESTS. --- diff --git a/ChangeLog b/ChangeLog index 681643e79..f02f87047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-11-12 Ralf Wildenhues + Avoid spurious test failure with `make check TESTS=check5.test'. + * tests/check5.test: unset TESTS. + Fix maintainer-check failure. * tests/color.test: unset TESTS, use `make -e' rather than `make MACRO=val'. diff --git a/tests/check5.test b/tests/check5.test index 7e0e01b16..18a6e15a0 100755 --- a/tests/check5.test +++ b/tests/check5.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -50,6 +50,7 @@ END cp one.c two.c ./configure +unset TESTS $MAKE check test -f ok EXEEXT=.bin $MAKE -e print-tests >output