From: Stefano Lattarini Date: Tue, 8 Jan 2013 20:47:40 +0000 (+0100) Subject: tests: rename the last aclocal test with dumb name X-Git-Tag: v1.13b~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c328a53e07d3c5158e2b6458be8d0284e042c7e5;p=thirdparty%2Fautomake.git tests: rename the last aclocal test with dumb name * t/acloca10.sh: Rename ... * t/aclocal-I-install.sh: ... to this saner and slightly more self-explanatory name. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/acloca10.sh b/t/aclocal-I-and-install.sh similarity index 100% rename from t/acloca10.sh rename to t/aclocal-I-and-install.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index aef3730e2..63e098d25 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -72,10 +72,10 @@ t/get-sysconf.sh \ $(perl_TESTS) \ t/instspc.tap \ t/aclocal.sh \ -t/acloca10.sh \ t/aclocal-I-order-1.sh \ t/aclocal-I-order-2.sh \ t/aclocal-I-order-3.sh \ +t/aclocal-I-and-install.sh \ t/aclocal-acdir.sh \ t/aclocal-amflags.sh \ t/aclocal-autoconf-version-check.sh \