From: Johannes Schindelin Date: Tue, 3 Nov 2020 11:48:07 +0000 (+0000) Subject: t2402: fix typo X-Git-Tag: v2.30.0-rc0~98^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d8893112352dca87cdb63393403ea0014cad821;p=thirdparty%2Fgit.git t2402: fix typo 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 Signed-off-by: Junio C Hamano --- 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 &&