From 8f5737adbe8da2a1896b384e2f1dfe5e6769ba9e Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 18 Mar 2006 06:32:36 +0000 Subject: [PATCH] * tests/check5.test, tests/nobast.test: Fix $MAKE and rm invocations to please maintainer-check. --- ChangeLog | 5 +++++ tests/check5.test | 2 +- tests/nobase.test | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e368b16..13d85490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-18 Alexandre Duret-Lutz + + * tests/check5.test, tests/nobast.test: Fix $MAKE and rm + invocations to please maintainer-check. + 2006-03-10 Alexandre Duret-Lutz * automake.in (lang_c_rewrite): Typo in previous change. diff --git a/tests/check5.test b/tests/check5.test index bcb563f1..27c75a5a 100755 --- a/tests/check5.test +++ b/tests/check5.test @@ -52,6 +52,6 @@ cp one.c two.c ./configure $MAKE check test -f ok -$MAKE EXEEXT=.bin print-tests >output +EXEEXT=.bin $MAKE -e print-tests >output cat output grep 'BEG: one.bin two.bin :END' output diff --git a/tests/nobase.test b/tests/nobase.test index 4eae8385..eb2ab19e 100755 --- a/tests/nobase.test +++ b/tests/nobase.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. # # This file is part of GNU Automake. # @@ -108,7 +108,7 @@ main (int argc, char *argv[]) EOF cp source.c source2.c -rm install-sh +rm -f install-sh libtoolize $ACLOCAL -- 2.43.5