]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t1450-fsck.sh
Merge branch 'jk/fsck-indices-in-worktrees'
[thirdparty/git.git] / t / t1450-fsck.sh
index 8c442adb1ae8296a75e04e5a6b5b79482ec6ca35..5805d47eb96c1eb72c761e50a8ba4670f5d7947a 100755 (executable)
@@ -1036,9 +1036,9 @@ test_expect_success 'fsck detects problems in worktree index' '
        test_cmp expect actual
 '
 
-test_expect_success 'fsck reports problems in main index without filename' '
+test_expect_success 'fsck reports problems in current worktree index without filename' '
        test_when_finished "rm -f .git/index && git read-tree HEAD" &&
-       echo "this object will be removed to break the main index" >file &&
+       echo "this object will be removed to break current worktree index" >file &&
        git add file &&
        blob=$(git rev-parse :file) &&
        remove_object $blob &&