summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-12-31 21:11:00 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-31 21:11:00 +0100
commit9f34684b773490e03e2b93b37fb030c20afc5c0b (patch)
tree068ba149594af83bf373cc9d8d200471319306bb /t
parent9c287816019d89c208c117c3d8a5017182e34e5a (diff)
downloadautomake-9f34684b773490e03e2b93b37fb030c20afc5c0b.tar.gz
tests: fix reference to related tests in some comments
* t/acloca10.sh: Here. * t/check2.sh: And here. * t/remake-deleted-m4-file.sh: And here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't')
-rwxr-xr-xt/acloca10.sh4
-rwxr-xr-xt/check2.sh2
-rwxr-xr-xt/remake-deleted-m4-file.sh4
3 files changed, 5 insertions, 5 deletions
diff --git a/t/acloca10.sh b/t/acloca10.sh
index f10abcda1..632e816b6 100755
--- a/t/acloca10.sh
+++ b/t/acloca10.sh
@@ -15,8 +15,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Make sure aclocal define macros in the same order as -I's.
-# This is the same as aclocal9.sh, with the macro calls reversed.
-# (It did make a difference.)
+# This is the same as aclocal-I-order-1.sh, with the macro calls
+# reversed (it did make a difference).
#
# Also check for --install.
diff --git a/t/check2.sh b/t/check2.sh
index f496acd1a..03fa8b941 100755
--- a/t/check2.sh
+++ b/t/check2.sh
@@ -57,7 +57,7 @@ grep '^PASS: subrun\.sh *$' stdout
grep 'PASS.*echo\.sh' stdout && exit 1
# 'check' should depend directly on 'check-am' (similar tests are
-# in check.sh and check3.sh).
+# in 'check.sh' and 'built-sources-check.sh').
$EGREP '^check:.* check-recursive( |$)' Makefile.in
$EGREP '^check:.* check-am( |$)' dir/Makefile.in
diff --git a/t/remake-deleted-m4-file.sh b/t/remake-deleted-m4-file.sh
index eb84621df..18c481cc8 100755
--- a/t/remake-deleted-m4-file.sh
+++ b/t/remake-deleted-m4-file.sh
@@ -17,8 +17,8 @@
# Test remake rules when an m4 file gets removed and the macros it
# defined get inlined into the caller. Try with both an indirect
# call and a direct one. This can be seen as testing the "deleted
-# header file" issue w.r.t. aclocal.m4 dependencies. See also related
-# test 'acloca22.sh'.
+# header file" issue w.r.t. aclocal.m4 dependencies. See also
+# related test 'aclocal-deleted-header.sh'.
. test-init.sh