From 352ee171524475e7160130439f889ed9ce7e705a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 12 Jun 2015 12:45:49 +0200 Subject: clone: set the credentials callback during testing --- tests/online/clone.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/online/clone.c b/tests/online/clone.c index fa0dbd69c..e63cf55f1 100644 --- a/tests/online/clone.c +++ b/tests/online/clone.c @@ -428,6 +428,7 @@ void test_online_clone__ssh_with_paths(void) g_options.remote_cb = custom_remote_ssh_with_paths; g_options.fetch_opts.callbacks.transport = git_transport_ssh_with_paths; + g_options.fetch_opts.callbacks.credentials = cred_cb; g_options.fetch_opts.callbacks.payload = &arr; cl_git_fail(git_clone(&g_repo, remote_url, "./foo", &g_options)); -- cgit v1.2.1