* tests/check5.test: unset TESTS. --- Applied to master and branch-1-10. Cheers, Ralf
tests/check5.test | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tests/check5.test b/tests/check5.test index 7e0e01b..18a6e15 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 -- 1.5.3.5.561.g140d