File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ void test_repo_open__format_version_1(void)
3636 git_config_free (config );
3737 git_repository_free (repo );
3838
39- git_repository_open (& repo , "empty_bare.git" );
39+ cl_git_pass ( git_repository_open (& repo , "empty_bare.git" ) );
4040 cl_assert (git_repository_path (repo ) != NULL );
4141 cl_assert (git__suffixcmp (git_repository_path (repo ), "/" ) == 0 );
4242 git_repository_free (repo );
@@ -58,7 +58,7 @@ void test_repo_open__format_version_1_with_valid_extension(void)
5858 git_config_free (config );
5959 git_repository_free (repo );
6060
61- git_repository_open (& repo , "empty_bare.git" );
61+ cl_git_pass ( git_repository_open (& repo , "empty_bare.git" ) );
6262 cl_assert (git_repository_path (repo ) != NULL );
6363 cl_assert (git__suffixcmp (git_repository_path (repo ), "/" ) == 0 );
6464 git_repository_free (repo );
You can’t perform that action at this time.
0 commit comments