maint: run "make update-copyright"
[platform/upstream/automake.git] / tests / libobj20b.test
index 374c8d9..e8872fb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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
@@ -45,13 +45,13 @@ AUTOMAKE_fails
 grep 'configure\.in:.*required directory.*libobj-dir' stderr
 
 mkdir libobj-dir
-: > foobar.c # oops, it should be in libobj-dir...
+: > foobar.c # Oops, it should be in libobj-dir!
 AUTOMAKE_fails
 grep 'configure\.in:.*required file.*libobj-dir/foobar.c.*' stderr
 
 rm -f foobar.c
 
 : > libobj-dir/foobar.c
-$AUTOMAKE # now we should succeed
+$AUTOMAKE # Now we should succeed.
 
 :