I pushed this patch to maint as obvious. Regards, Stefano
-*-*-*- 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. --- ChangeLog | 5 +++++ tests/help4.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8c69a9..d433d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-11-19 Stefano Lattarini <stefano.lattar...@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 diff --git a/tests/help4.test b/tests/help4.test index c5eb31e..1b7de41 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 <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 -- 1.7.1