From f9d0a8378213943e13eaadd0ad5d3117a4c9ead5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 2 Mar 2005 10:31:47 +0000 Subject: [PATCH] * tests/comment9.test: Typo. --- ChangeLog | 4 ++++ tests/comment9.test | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8fb106253..7c82e5f5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-02 Alexandre Duret-Lutz + + * tests/comment9.test: Typo. + 2005-03-01 Alexandre Duret-Lutz * automake.in (read_am_file): Preserve backslashes preceding ##-lines. diff --git a/tests/comment9.test b/tests/comment9.test index e150ef2ba..813d36afd 100755 --- a/tests/comment9.test +++ b/tests/comment9.test @@ -49,6 +49,6 @@ sed -n -e '/^TESTS =.*\\$/ { }' -e '/^TESTS =/ p' Makefile.in > tests grep '3\.test' tests -grep '&&' tests && exit 1 +grep '##' tests && exit 1 grep '4\.test' tests && exit 1 grep '5\.test' tests -- 2.47.2