From 1524ccdc1873029e4eafa5bffae2aa66d02369d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 26 Apr 2017 23:12:34 +0000 Subject: [PATCH] tests: rename a test having to do with shallow submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Rename the t5614-clone-submodules.sh test to t5614-clone-submodules-shallow.sh. It's not a general test of submodules, but of shallow cloning in relation to submodules. Move it to create another similar t56*-clone-submodules-*.sh test. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- ...5614-clone-submodules.sh => t5614-clone-submodules-shallow.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename t/{t5614-clone-submodules.sh => t5614-clone-submodules-shallow.sh} (100%) diff --git a/t/t5614-clone-submodules.sh b/t/t5614-clone-submodules-shallow.sh similarity index 100% rename from t/t5614-clone-submodules.sh rename to t/t5614-clone-submodules-shallow.sh -- 2.34.1