From 3ffce6240040e51a60fc5a40cbb8d669baa5f7b5 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 22 Jul 2012 17:06:04 +0200 Subject: [PATCH] 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 --- t/{color.sh => color-tests.sh} | 0 t/{color2.sh => color-tests2.sh} | 0 t/list-of-tests.mk | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename t/{color.sh => color-tests.sh} (100%) rename t/{color2.sh => color-tests2.sh} (100%) 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 \ -- 2.47.2