From: Stefano Lattarini Date: Fri, 24 Jun 2011 07:50:30 +0000 (+0200) Subject: tests: fix an incomplete comment X-Git-Tag: ng-0.5a~89^2~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bee10d186e2c9600f75779a19e03ad3b1a5b283;p=thirdparty%2Fautomake.git tests: fix an incomplete comment * tests/subst-no-trailing-empty-line.test: Fix an incomplete comment, and move it to a more proper place. Minor cosmetic fixes to other comments. --- diff --git a/ChangeLog b/ChangeLog index 83bae8db0..37f029c75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-06-24 Stefano Lattarini + + tests: fix an incomplete comment + * tests/subst-no-trailing-empty-line.test: Fix an incomplete + comment, and move it to a more proper place. Minor cosmetic + fixes to other comments. + 2011-06-20 Stefano Lattarini maintcheck: avoid few more spurious failures diff --git a/tests/subst-no-trailing-empty-line.test b/tests/subst-no-trailing-empty-line.test index 595644eb4..a970174ca 100755 --- a/tests/subst-no-trailing-empty-line.test +++ b/tests/subst-no-trailing-empty-line.test @@ -23,16 +23,19 @@ . ./defs || Exit 1 +# These are deliberately quite long, so that the xxx_PROGRAMS definition +# in Makefile.am below will be split on multiple lines, with the last +# line containing only @substituted@ stuff that expands to empty (this is +# required to expose the bug we are testing). v1=ABCDEFGHIJKLMNOPQRSTUVWX v2=ABCDEFGHIJKLMNOPQRSTUVWXY v3=ABCDEFGHIJKLMNOPQRSTUVWXYZ -bs='\\' # Literal backslash for grep. + +# Literal backslash for use by grep. +bs='\\' cat >> configure.in <