Merge branch 'rs/worktree-list-show-locked'

Typofix.

* rs/worktree-list-show-locked:
  t2402: fix typo
This commit is contained in:
Junio C Hamano
2020-11-11 13:18:38 -08:00

View File

@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' '
test_cmp expect actual test_cmp expect actual
' '
test_expect_success '"list" all worktress with locked annotation' ' test_expect_success '"list" all worktrees with locked annotation' '
test_when_finished "rm -rf locked unlocked out && git worktree prune" && test_when_finished "rm -rf locked unlocked out && git worktree prune" &&
git worktree add --detach locked master && git worktree add --detach locked master &&
git worktree add --detach unlocked master && git worktree add --detach unlocked master &&