diff options
| author | Philip Kelley <phkelley@hotmail.com> | 2012-11-28 11:42:37 -0500 |
|---|---|---|
| committer | Philip Kelley <phkelley@hotmail.com> | 2012-11-28 11:42:37 -0500 |
| commit | 613d5eb9391d6cc33c91f4dc9cdb5ede1885dc72 (patch) | |
| tree | bd94a2a5ea154a3849114575368b7531f0d45024 /tests-clar/network/fetch.c | |
| parent | 693021262ba0eeac2923bbce1b2262717019c807 (diff) | |
| download | libgit2-613d5eb9391d6cc33c91f4dc9cdb5ede1885dc72.tar.gz | |
Push! By schu, phkelley, and congyiwu, et al
Diffstat (limited to 'tests-clar/network/fetch.c')
| -rw-r--r-- | tests-clar/network/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/network/fetch.c b/tests-clar/network/fetch.c index 81a0eed25..924998448 100644 --- a/tests-clar/network/fetch.c +++ b/tests-clar/network/fetch.c @@ -48,8 +48,8 @@ static void do_fetch(const char *url, int flag, int n) git_remote_set_autotag(remote, flag); cl_git_pass(git_remote_connect(remote, GIT_DIRECTION_FETCH)); cl_git_pass(git_remote_download(remote, progress, &bytes_received)); - git_remote_disconnect(remote); cl_git_pass(git_remote_update_tips(remote)); + git_remote_disconnect(remote); cl_assert_equal_i(counter, n); cl_assert(bytes_received > 0); |
