From: Ævar Arnfjörð Bjarmason Date: Wed, 26 Apr 2017 23:12:34 +0000 (+0000) Subject: tests: rename a test having to do with shallow submodules X-Git-Tag: v2.14.0-rc0~191^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1524ccdc1873029e4eafa5bffae2aa66d02369d8;p=thirdparty%2Fgit.git tests: rename a test having to do with shallow submodules 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 --- 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