From: Stefano Lattarini Date: Sun, 22 Jul 2012 15:06:04 +0000 (+0200) Subject: tests: better name for a couple of tests X-Git-Tag: v1.12b~74^3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ffce6240040e51a60fc5a40cbb8d669baa5f7b5;p=thirdparty%2Fautomake.git tests: better name for a couple of tests * t/color.sh: Rename ... * t/color-tests.sh: ... like this. * t/color2.sh: Rename ... * t/color-tests2.sh: ... like this. * t/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- diff --git a/t/color.sh b/t/color-tests.sh similarity index 100% rename from t/color.sh rename to t/color-tests.sh diff --git a/t/color2.sh b/t/color-tests2.sh similarity index 100% rename from t/color2.sh rename to t/color-tests2.sh diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index 91f32cc70..9ab8f28b4 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -227,8 +227,8 @@ t/colon4.sh \ t/colon5.sh \ t/colon6.sh \ t/colon7.sh \ -t/color.sh \ -t/color2.sh \ +t/color-tests.sh \ +t/color-tests2.sh \ t/color-tests-opt.sh \ t/comment.sh \ t/comment2.sh \