mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 15:10:02 +00:00
Test another bad URL
This commit is contained in:
parent
151b321898
commit
887df99f17
@ -58,7 +58,9 @@ void test_clone_nonetwork__bad_urls(void)
|
|||||||
cl_git_fail(git_clone(&g_repo, "git://example.com:asdf", "./foo", &g_options));
|
cl_git_fail(git_clone(&g_repo, "git://example.com:asdf", "./foo", &g_options));
|
||||||
cl_git_fail(git_clone(&g_repo, "https://example.com:asdf/foo", "./foo", &g_options));
|
cl_git_fail(git_clone(&g_repo, "https://example.com:asdf/foo", "./foo", &g_options));
|
||||||
cl_git_fail(git_clone(&g_repo, "git://github.com/git://github.com/foo/bar.git.git",
|
cl_git_fail(git_clone(&g_repo, "git://github.com/git://github.com/foo/bar.git.git",
|
||||||
"./bar", &g_options));
|
"./foo", &g_options));
|
||||||
|
cl_git_fail(git_clone(&g_repo, "arrbee:my/bad:password@github.com:1111/strange:words.git",
|
||||||
|
"./foo", &g_options));
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_clone_nonetwork__do_not_clean_existing_directory(void)
|
void test_clone_nonetwork__do_not_clean_existing_directory(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user