From: Stefano Lattarini Date: Mon, 16 Apr 2012 12:24:27 +0000 (+0200) Subject: [ng] tests: better name for a test script X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f480f1a7b9673f74b531c26b1ff5ea136a320b52;p=thirdparty%2Fautomake.git [ng] tests: better name for a test script * t/spy.sh: Rename ... * t/spy-double-colon.sh: ... to this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 02e89ecc9..30538e100 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -979,7 +979,7 @@ t/spell.sh \ t/spell2.sh \ t/spell3.sh \ t/spelling.sh \ -t/spy.sh \ +t/spy-double-colon.sh \ t/spy-phony.sh \ t/spy-rm.tap \ t/spy-vpath-rewrite.sh \ diff --git a/t/spy.sh b/t/spy-double-colon.sh similarity index 100% rename from t/spy.sh rename to t/spy-double-colon.sh