Clone: use libgit2's test repos

This commit is contained in:
Ben Straub 2012-10-10 15:10:07 -07:00
parent 65415ea275
commit 86a2da6e8a
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
CL_IN_CATEGORY("network")
#define LIVE_REPO_URL "git://github.com/nulltoken/TestGitRepository"
#define LIVE_EMPTYREPO_URL "git://github.com/nulltoken/TestEmptyRepository"
#define LIVE_REPO_URL "git://github.com/libgit2/TestGitRepository"
#define LIVE_EMPTYREPO_URL "git://github.com/libgit2/TestEmptyRepository"
static git_repository *g_repo;

View File

@ -4,7 +4,7 @@
#include "repository.h"
#define DO_LOCAL_TEST 0
#define LIVE_REPO_URL "git://github.com/nulltoken/TestGitRepository"
#define LIVE_REPO_URL "git://github.com/libgit2/TestGitRepository"
static git_repository *g_repo;