From 097930059adbd5061a5f78e2b91e339f91a32a18 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 12 Jun 2012 10:11:35 +0200 Subject: [PATCH] tests: rename 'recurs*.sh' to 'var-recurs*.sh' * t/recurs.sh: Rename ... * t/var-recurs.sh: ... to this. * t/recurs2.sh: Rename ... * t/var-recurs2.sh: ... to this. * tests/list-of-tests.mk: Adjust. Signed-off-by: Stefano Lattarini --- t/list-of-tests.mk | 4 ++-- t/{recurs.sh => var-recurs.sh} | 0 t/{recurs2.sh => var-recurs2.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename t/{recurs.sh => var-recurs.sh} (100%) rename t/{recurs2.sh => var-recurs2.sh} (100%) diff --git a/t/list-of-tests.mk b/t/list-of-tests.mk index e5c08a205..4b1682264 100644 --- a/t/list-of-tests.mk +++ b/t/list-of-tests.mk @@ -884,8 +884,6 @@ t/python-dist.sh \ t/python-vars.sh \ t/python-virtualenv.sh \ t/python-pr10995.sh \ -t/recurs.sh \ -t/recurs2.sh \ t/relativize.tap \ t/remake.sh \ t/remake1a.sh \ @@ -1202,6 +1200,8 @@ t/vala-mix2.sh \ t/vala-parallel.sh \ t/vars.sh \ t/vars3.sh \ +t/var-recurs.sh \ +t/var-recurs2.sh \ t/vartar.sh \ t/vartypos.sh \ t/vartypo2.sh \ diff --git a/t/recurs.sh b/t/var-recurs.sh similarity index 100% rename from t/recurs.sh rename to t/var-recurs.sh diff --git a/t/recurs2.sh b/t/var-recurs2.sh similarity index 100% rename from t/recurs2.sh rename to t/var-recurs2.sh -- 2.34.1