]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Minor improvements to tests ar*.test.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 14 Jul 2010 11:41:05 +0000 (13:41 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 10 Aug 2010 17:39:20 +0000 (19:39 +0200)
* tests/ar.test: Add trailing `:' command.
* tests/ar2.test: Likewise, and make grepping of generated
Makefile.in stricter.

ChangeLog
tests/ar.test
tests/ar2.test

index f9c3e292e4da0c867470bd9f13a37eb2a438a7ba..10621f4d80ec137a27fed1c87c77c26016fa01c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Minor improvements to tests ar*.test.
+       * tests/ar.test: Add trailing `:' command.
+       * tests/ar2.test: Likewise, and make grepping of generated
+       Makefile.in stricter.
+
 2010-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix maintainer-check failure.
index d68fc54179e888d035382ba348f68db3ecb11217..dbdf2465760409dbca8fb9b1b28a8fedca93a099 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2001, 2002, 2003  Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -39,3 +39,5 @@ $AUTOMAKE
 $MAKE
 grep 'it works' libfoo.a
 grep 'really works' libfoo.a
+
+:
index f0485ceceec19f861f7f70bef6e731859adb7e81..329f80491c5d4d4ccd562504fd3c054acd802534 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2004  Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -34,5 +34,7 @@ END
 
 $ACLOCAL
 $AUTOMAKE
-grep 'ARFLAGS =' Makefile.in
-grep 'AR =' Makefile.in
+grep '^ARFLAGS =' Makefile.in
+grep '^AR =' Makefile.in
+
+: