]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t2402: fix typo
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 3 Nov 2020 11:48:07 +0000 (11:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2020 20:15:55 +0000 (12:15 -0800)
In c57b3367bed (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>
t/t2402-worktree-list.sh

index b85bd2655d8c6bc850062c8719585c4d954ed0a8..795ddca2e438f4c83df373bfe94195de60fd90bd 100755 (executable)
@@ -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 &&