From: Philippe Blain <levraiphilippeblain@xxxxxxxxx> This test was added in df56607dff (git-common-dir: make "modules/" per-working-directory directory, 2014-11-30), back when the 'git worktree' command did not exist and 'git checkout --to' was used to create supplementary worktrees. Since this file contains tests for the interaction of 'git worktree' with submodules, rename it to t2405-worktree-submodule.sh, following the naming scheme for tests checking the behavior of various commands with submodules. Signed-off-by: Philippe Blain <levraiphilippeblain@xxxxxxxxx> --- ...410-submodule-checkout-to.sh => t2405-worktree-submodule.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename t/{t7410-submodule-checkout-to.sh => t2405-worktree-submodule.sh} (96%) diff --git a/t/t7410-submodule-checkout-to.sh b/t/t2405-worktree-submodule.sh similarity index 96% rename from t/t7410-submodule-checkout-to.sh rename to t/t2405-worktree-submodule.sh index f1b492ebc4..f2eee328cc 100755 --- a/t/t7410-submodule-checkout-to.sh +++ b/t/t2405-worktree-submodule.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='Combination of submodules and multiple workdirs' +test_description='Combination of submodules and multiple worktrees' . ./test-lib.sh -- gitgitgadget