From: Philippe Blain Date: Tue, 21 Jan 2020 15:01:14 +0000 (+0000) Subject: t7410: rename to t2405-worktree-submodule.sh X-Git-Tag: v2.26.0-rc0~90^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=773c60a45e01f1e6631afe1cce9da3ed67d37a3a;p=thirdparty%2Fgit.git 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 --- 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