From: Glen Choo <chooglen@xxxxxxxxxx> It has included submodule cloning tests without remote-tracking branches tests since f05da2b48b (clone, submodule: pass partial clone filters to submodules, 2022-02-04) at least. Rename it accordingly so that we can put future submodule cloning tests there. Signed-off-by: Glen Choo <chooglen@xxxxxxxxxx> --- ...617-clone-submodules-remote.sh => t5617-clone-submodules.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t5617-clone-submodules-remote.sh => t5617-clone-submodules.sh} (97%) diff --git a/t/t5617-clone-submodules-remote.sh b/t/t5617-clone-submodules.sh similarity index 97% rename from t/t5617-clone-submodules-remote.sh rename to t/t5617-clone-submodules.sh index 68843382493..c43a5b26fab 100755 --- a/t/t5617-clone-submodules-remote.sh +++ b/t/t5617-clone-submodules.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='Test cloning repos with submodules using remote-tracking branches' +test_description='Test cloning repos with submodules' GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME -- gitgitgadget