From: Stefano Lattarini Date: Tue, 8 Jan 2013 19:42:28 +0000 (+0100) Subject: tests: fix some botched inter-test references in heading comments X-Git-Tag: v1.13b~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=965b8b367162c84f431d68877f97422a00f428ed;p=thirdparty%2Fautomake.git tests: fix some botched inter-test references in heading comments * t/aclocal-I-order-2.sh: Here. * t/aclocal-I-order-2.sh: And here. Signed-off-by: Stefano Lattarini --- diff --git a/t/aclocal-I-order-2.sh b/t/aclocal-I-order-2.sh index fd58b4efc..c3fe00a95 100755 --- a/t/aclocal-I-order-2.sh +++ b/t/aclocal-I-order-2.sh @@ -16,7 +16,7 @@ # Make sure that when two files define the same macro in the same # directory, the macro from the lexically greatest file is used. -# See also sister test 'aclocal-I-ordering-2.sh'. +# See also sister test 'aclocal-I-order-3.sh'. am_create_testdir=empty . test-init.sh diff --git a/t/aclocal-I-order-3.sh b/t/aclocal-I-order-3.sh index d2077fe92..4fcbf4c99 100755 --- a/t/aclocal-I-order-3.sh +++ b/t/aclocal-I-order-3.sh @@ -16,7 +16,7 @@ # Make sure that when two files define the same macro in the same # directory, the macro from the lexically greatest file is used. -# Same as acloca-I-ordering.sh, but without calling MACRO2. +# Same as aclocal-I-order-2.sh, but without calling MACRO2. am_create_testdir=empty . test-init.sh