Home
last modified time | relevance | path

Searched refs:cl_git_fixture_url (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libgit2/libgit2-1.3.0/tests/clone/
H A Dnonetwork.c83 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__local()
96 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__local_bare()
102 cl_git_fail(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__fail_when_the_target_is_a_file()
109 cl_git_fail(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__fail_with_already_existing_but_non_empty_directory()
128 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__custom_origin_name()
135 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", NULL)); in test_clone_nonetwork__defaults()
143 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__cope_with_already_existing_directory()
151 cl_git_pass(git_clone(&g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options)); in test_clone_nonetwork__can_prevent_the_checkout_of_a_standard_repo()
195 &g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options), in test_clone_nonetwork__can_cancel_clone_in_fetch()
226 &g_repo, cl_git_fixture_url("testrepo.git"), "./foo", &g_options), in test_clone_nonetwork__can_cancel_clone_in_checkout()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/network/
H A Dfetchlocal.c36 const char *url = cl_git_fixture_url("testrepo.git"); in test_network_fetchlocal__complete()
332 url = cl_git_fixture_url("testrepo.git"); in test_network_fetchlocal__partial()
369 cl_git_pass(git_clone(&repo, cl_git_fixture_url("testrepo.git"), "./foo.git", &opts)); in test_network_fetchlocal__clone_into_mirror()
395 cl_git_pass(git_remote_create_anonymous(&remote, repo, cl_git_fixture_url("testrepo.git"))); in test_network_fetchlocal__all_refs()
417 cl_git_pass(git_remote_set_url(repo, "test", cl_git_fixture_url("testrepo.git"))); in test_network_fetchlocal__multi_remotes()
425 cl_git_pass(git_remote_set_url(repo, "test_with_pushurl", cl_git_fixture_url("testrepo.git"))); in test_network_fetchlocal__multi_remotes()
458 …cl_git_pass(git_remote_create_with_fetchspec(&remote, repo, "origin", cl_git_fixture_url("testrepo… in test_network_fetchlocal__call_progress()
/dports/devel/libgit2/libgit2-1.3.0/tests/
H A Dclar_libgit2.h196 const char* cl_git_fixture_url(const char *fixturename);
H A Dclar_libgit2.c271 const char* cl_git_fixture_url(const char *fixturename) in cl_git_fixture_url() function
/dports/devel/libgit2/libgit2-1.3.0/tests/network/remote/
H A Dlocal.c401 cl_git_pass(git_remote_create(&remote, repo, "origin", cl_git_fixture_url("testrepo.git"))); in test_network_remote_local__opportunistic_update()