summaryrefslogtreecommitdiff
path: root/tests/online/clone.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/online/clone.c')
-rw-r--r--tests/online/clone.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/online/clone.c b/tests/online/clone.c
index 8660d31b3..37112dc52 100644
--- a/tests/online/clone.c
+++ b/tests/online/clone.c
@@ -243,8 +243,7 @@ void test_online_clone__cred_callback_failure_return_code_is_tunnelled(void)
g_options.remote_callbacks.credentials = cred_failure_cb;
- /* TODO: this should expect -172. */
- cl_git_fail_with(git_clone(&g_repo, remote_url, "./foo", &g_options), -1);
+ cl_git_fail_with(-172, git_clone(&g_repo, remote_url, "./foo", &g_options));
}
void test_online_clone__credentials(void)