We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9eae98 commit 50d4688Copy full SHA for 50d4688
tests/index/crlf.c
@@ -353,6 +353,7 @@ void test_index_crlf__safecrlf_true_autocrlf_input_text_auto_attr(void)
353
354
cl_git_pass(git_index_add_bypath(g_index, "newfile.txt"));
355
entry = git_index_get_bypath(g_index, "newfile.txt", 0);
356
+ cl_assert(entry);
357
358
cl_git_pass(git_oid_fromstr(&oid, FILE_OID_LF));
359
cl_assert_equal_oid(&oid, &entry->id);
@@ -373,6 +374,7 @@ void test_index_crlf__safecrlf_true_autocrlf_input_text__no_attr(void)
373
374
375
376
377
378
379
380
0 commit comments