From 773c60a45e01f1e6631afe1cce9da3ed67d37a3a Mon Sep 17 00:00:00 2001 From: Philippe Blain Date: Tue, 21 Jan 2020 15:01:14 +0000 Subject: [PATCH] t7410: rename to t2405-worktree-submodule.sh 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 Signed-off-by: Junio C Hamano --- ...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