Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ec680b

Browse files
committed
tests: Remove misleading comments
1 parent b6c3c34 commit 1ec680b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests-clar/status/worktree.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ void test_status_worktree__file_status_honors_case_ignorecase_regarding_untracke
683683

684684
repo = cl_git_sandbox_reopen();
685685

686-
/* Actually returns GIT_STATUS_IGNORED on Windows */
687686
cl_git_fail_with(git_status_file(&status, repo, "NEW_FILE"), GIT_ENOTFOUND);
688687

689688
cl_git_pass(git_repository_index(&index, repo));
@@ -692,7 +691,6 @@ void test_status_worktree__file_status_honors_case_ignorecase_regarding_untracke
692691
cl_git_pass(git_index_write(index));
693692
git_index_free(index);
694693

695-
/* Actually returns GIT_STATUS_IGNORED on Windows */
696694
cl_git_fail_with(git_status_file(&status, repo, "NEW_FILE"), GIT_ENOTFOUND);
697695
}
698696

0 commit comments

Comments
 (0)