diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-11-11 13:18:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-11 13:18:38 -0800 |
commit | 3fc24194c2ded50415f10476f15ce556d44c4c09 (patch) | |
tree | e45f17dd8a9cb8d53ba14e726bf93f5b9511c567 | |
parent | Merge branch 'rs/pack-write-hashwrite-simplify' (diff) | |
parent | t2402: fix typo (diff) | |
download | tgif-3fc24194c2ded50415f10476f15ce556d44c4c09.tar.xz |
Merge branch 'rs/worktree-list-show-locked'
Typofix.
* rs/worktree-list-show-locked:
t2402: fix typo
-rwxr-xr-x | t/t2402-worktree-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2402-worktree-list.sh b/t/t2402-worktree-list.sh index b85bd2655d..795ddca2e4 100755 --- a/t/t2402-worktree-list.sh +++ b/t/t2402-worktree-list.sh @@ -61,7 +61,7 @@ test_expect_success '"list" all worktrees --porcelain' ' 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" && git worktree add --detach locked master && git worktree add --detach unlocked master && |