about summary refs log tree commit diff
path: root/third_party/git/t/t2402-worktree-list.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t2402-worktree-list.sh')
-rwxr-xr-xthird_party/git/t/t2402-worktree-list.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/git/t/t2402-worktree-list.sh b/third_party/git/t/t2402-worktree-list.sh
index 69ffe865b4..bb6fb9b12c 100755
--- a/third_party/git/t/t2402-worktree-list.sh
+++ b/third_party/git/t/t2402-worktree-list.sh
@@ -151,10 +151,4 @@ test_expect_success 'linked worktrees are sorted' '
 	test_cmp expected sorted/main/actual
 '
 
-test_expect_success 'worktree path when called in .git directory' '
-	git worktree list >list1&&
-	git -C .git worktree list >list2 &&
-	test_cmp list1 list2
-'
-
 test_done