]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2402-worktree-list.sh
Merge branch 'sg/tests-prereq'
[thirdparty/git.git] / 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 &&