summaryrefslogtreecommitdiff
path: root/tests/online
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-07-29 21:23:56 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2016-04-19 13:54:19 +0200
commitb117721dd8aa039e074c6bd46b18a526ac9cb2f3 (patch)
treedc379920a8a0a73aa86d673a69b451136ac4e3da /tests/online
parent07bd3e57d9a9930727695be690c8757f79117d45 (diff)
downloadlibgit2-b117721dd8aa039e074c6bd46b18a526ac9cb2f3.tar.gz
proxy: use poxy to test our Windows proxy support
Diffstat (limited to 'tests/online')
-rw-r--r--tests/online/clone.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/online/clone.c b/tests/online/clone.c
index cc4d2fe04..d2a5928da 100644
--- a/tests/online/clone.c
+++ b/tests/online/clone.c
@@ -693,7 +693,6 @@ void test_online_clone__proxy_credentials_in_url(void)
g_options.fetch_opts.proxy_opts.type = GIT_PROXY_HTTP;
g_options.fetch_opts.proxy_opts.url = _remote_proxy_url;
- g_options.fetch_opts.proxy_opts.credentials = proxy_creds;
called_proxy_creds = 0;
cl_git_pass(git_clone(&g_repo, "http://github.com/libgit2/TestGitRepository", "./foo", &g_options));
cl_assert(called_proxy_creds == 0);