]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t7410: rename to t2405-worktree-submodule.sh
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Tue, 21 Jan 2020 15:01:14 +0000 (15:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Jan 2020 21:36:03 +0000 (13:36 -0800)
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@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2405-worktree-submodule.sh [moved from t/t7410-submodule-checkout-to.sh with 96% similarity]

similarity index 96%
rename from t/t7410-submodule-checkout-to.sh
rename to t/t2405-worktree-submodule.sh
index f1b492ebc46acbcff7c20e0b24f241e7fd557020..f2eee328cc4e187567219706004e31b8e2373e16 100755 (executable)
@@ -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