tests: adjust stale references to old test names
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 8 Jan 2013 20:52:07 +0000 (21:52 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 8 Jan 2013 20:52:07 +0000 (21:52 +0100)
* t/remake-renamed-m4-macro-and-file.sh: Adjust to reflect to old
"acloca22 -> t/aclocal-deleted-header.sh" test rename.
* t/aclocal-pr450.sh (configure.ac): Use '$me' in the AC_INIT call,
instead of hard-coding the old name of this test, i.e., "acloca19".

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/aclocal-pr450.sh
t/remake-renamed-m4-macro-and-file.sh

index 7f4796f..184cc33 100755 (executable)
@@ -20,8 +20,8 @@
 
 . test-init.sh
 
-cat >configure.ac <<'END'
-AC_INIT([acloca19], [1.0])
+cat >configure.ac <<END
+AC_INIT([$me], [1.0])
 m4_include([aconfig.ac])
 FOO
 AC_OUTPUT
index 68d1883..9cd3bc9 100755 (executable)
@@ -16,7 +16,7 @@
 
 # Test remake rules when an m4 file gets renamed and *simultaneously*
 # an m4 macro in it gets renamed.  Kudos to Bruno Haible for thinking
-# about this situation.  See also related test 'acloca22.sh'.
+# about this situation.  See also related test 'aclocal-deleted-header.sh'.
 
 . test-init.sh