Skip to content

Commit 8d88931

Browse files
dschogitster
authored andcommitted
t2402: fix typo
In c57b336 (worktree: teach `list` to annotate locked worktree, 2020-10-11), we introduced a test case that wanted to talk about "worktrees" but talked about "worktress" instead. Let's fix that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c57b336 commit 8d88931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2402-worktree-list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' '
6161
test_cmp expect actual
6262
'
6363

64-
test_expect_success '"list" all worktress with locked annotation' '
64+
test_expect_success '"list" all worktrees with locked annotation' '
6565
test_when_finished "rm -rf locked unlocked out && git worktree prune" &&
6666
git worktree add --detach locked master &&
6767
git worktree add --detach unlocked master &&

0 commit comments

Comments
 (0)