summaryrefslogtreecommitdiff
path: root/tests/remake10a.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-07-16 00:19:56 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-07-18 10:37:51 +0200
commit0ea1177e8ea22fbb74ae1797d743e34f08337508 (patch)
tree10dde596c2b83220625cd2d87c754149739537c3 /tests/remake10a.test
parentf37035c3296ce3f199d3ea004cc4fe9042359c2d (diff)
downloadautomake-0ea1177e8ea22fbb74ae1797d743e34f08337508.tar.gz
tests: fix typos, grammaros and other blunders in comments
Diffstat (limited to 'tests/remake10a.test')
-rwxr-xr-xtests/remake10a.test16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/remake10a.test b/tests/remake10a.test
index 78b15b0e1..0521860be 100755
--- a/tests/remake10a.test
+++ b/tests/remake10a.test
@@ -48,7 +48,7 @@ END
echo 'm4_define([my_fingerprint], [BadBadBad])' > foo.m4
-$sleep # so that generated autotools files will be newer than prerequisites
+$sleep # So that generated autotools files will be newer than prerequisites.
$ACLOCAL
$AUTOCONF
$AUTOMAKE
@@ -64,18 +64,18 @@ for vpath in : false; do
fi
$top_srcdir/configure
- $MAKE # should be no-op
+ $MAKE # Should be a no-op.
$sleep
echo "m4_define([my_fingerprint], [$magic1])" > $top_srcdir/foo.m4
$remake
- $FGREP FINGERPRINT Makefile # for debugging
+ $FGREP FINGERPRINT Makefile # For debugging.
$FGREP $magic1 Makefile
$sleep
echo "m4_define([my_fingerprint], [$magic2])" > $top_srcdir/foo.m4
$remake
- $FGREP FINGERPRINT Makefile # for debugging
+ $FGREP FINGERPRINT Makefile # For debugging.
$FGREP $magic1 Makefile && Exit 1
$FGREP $magic2 Makefile
@@ -83,7 +83,7 @@ for vpath in : false; do
echo "m4_include([bar.m4])" > $top_srcdir/foo.m4
echo "m4_define([my_fingerprint], [$magic3])" > $top_srcdir/bar.m4
$remake
- $FGREP FINGERPRINT Makefile # for debugging
+ $FGREP FINGERPRINT Makefile # For debugging.
$FGREP $magic1 Makefile && Exit 1
$FGREP $magic2 Makefile && Exit 1
$FGREP $magic3 Makefile
@@ -99,9 +99,9 @@ for vpath in : false; do
echo "m4_define([my_fingerprint], [DummyValue])" > $top_srcdir/foo.m4
using_gmake || $remake
$MAKE distcheck
- $FGREP $magic1 Makefile && Exit 1 # sanity check
- $FGREP $magic2 Makefile && Exit 1 # likewise
- $FGREP $magic3 Makefile && Exit 1 # likewise
+ $FGREP $magic1 Makefile && Exit 1 # Sanity check.
+ $FGREP $magic2 Makefile && Exit 1 # Likewise.
+ $FGREP $magic3 Makefile && Exit 1 # Likewise.
$MAKE distclean