help4.test: fix botched heading comment.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Nov 2010 18:52:48 +0000 (19:52 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 19 Nov 2010 18:52:48 +0000 (19:52 +0100)
* tests/help4.test: Fixed the heading comment, since it
didn't correctly describe what checks the testcase was
supposed to perform.

ChangeLog
tests/help4.test

index a8c69a9..d433d45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-11-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       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
index c5eb31e..1b7de41 100755 (executable)
@@ -14,8 +14,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# 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