summaryrefslogtreecommitdiff
path: root/tests/online/customcert.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/online/customcert.c')
-rw-r--r--tests/online/customcert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/online/customcert.c b/tests/online/customcert.c
index 098212b14..7932a9e68 100644
--- a/tests/online/customcert.c
+++ b/tests/online/customcert.c
@@ -66,7 +66,7 @@ void test_online_customcert__file(void)
{
#if (GIT_OPENSSL || GIT_MBEDTLS)
cl_git_pass(git_clone(&g_repo, CUSTOM_CERT_ONE_URL, "./cloned", NULL));
- cl_assert(git_path_exists("./cloned/master.txt"));
+ cl_assert(git_fs_path_exists("./cloned/master.txt"));
#endif
}
@@ -74,6 +74,6 @@ void test_online_customcert__path(void)
{
#if (GIT_OPENSSL || GIT_MBEDTLS)
cl_git_pass(git_clone(&g_repo, CUSTOM_CERT_TWO_URL, "./cloned", NULL));
- cl_assert(git_path_exists("./cloned/master.txt"));
+ cl_assert(git_fs_path_exists("./cloned/master.txt"));
#endif
}