Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c3c34 commit 1ec680bCopy full SHA for 1ec680b
tests-clar/status/worktree.c
@@ -683,7 +683,6 @@ void test_status_worktree__file_status_honors_case_ignorecase_regarding_untracke
683
684
repo = cl_git_sandbox_reopen();
685
686
- /* Actually returns GIT_STATUS_IGNORED on Windows */
687
cl_git_fail_with(git_status_file(&status, repo, "NEW_FILE"), GIT_ENOTFOUND);
688
689
cl_git_pass(git_repository_index(&index, repo));
@@ -692,7 +691,6 @@ void test_status_worktree__file_status_honors_case_ignorecase_regarding_untracke
692
691
cl_git_pass(git_index_write(index));
693
git_index_free(index);
694
695
696
697
}
698
0 commit comments