From: Stefano Lattarini Date: Fri, 19 Nov 2010 18:52:48 +0000 (+0100) Subject: help4.test: fix botched heading comment. X-Git-Tag: v1.11.1b~41^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27b2126762e3a39c04548dc21ed30d4cc2c3de7;p=thirdparty%2Fautomake.git help4.test: fix botched heading comment. * tests/help4.test: Fixed the heading comment, since it didn't correctly describe what checks the testcase was supposed to perform. --- diff --git a/ChangeLog b/ChangeLog index a8c69a97f..d433d450d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-11-19 Stefano Lattarini + help4.test: fix botched heading comment. + * tests/help4.test: Fixed the heading comment, since it + didn't correctly describe what checks the testcase was + supposed to perform. + help2.test: add checks on aclocal too. * tests/help2.test: Check that also `aclocal --version' and `aclocal --help' work with configure.in and acinclude.m4 both diff --git a/tests/help4.test b/tests/help4.test index c5eb31e62..1b7de4161 100755 --- a/tests/help4.test +++ b/tests/help4.test @@ -14,8 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Make sure --help and --version work, even when no configure.ac -# is in the current directory. +# Check that the first among --help and --version to be specified on +# the command line takes precedence over the following one. . ./defs || Exit 1