From 9bee10d186e2c9600f75779a19e03ad3b1a5b283 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 24 Jun 2011 09:50:30 +0200 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ tests/subst-no-trailing-empty-line.test | 14 +++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) 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 <