Commit 86a2da6e by Ben Straub

Clone: use libgit2's test repos

parent 65415ea2
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
CL_IN_CATEGORY("network") CL_IN_CATEGORY("network")
#define LIVE_REPO_URL "git://github.com/nulltoken/TestGitRepository" #define LIVE_REPO_URL "git://github.com/libgit2/TestGitRepository"
#define LIVE_EMPTYREPO_URL "git://github.com/nulltoken/TestEmptyRepository" #define LIVE_EMPTYREPO_URL "git://github.com/libgit2/TestEmptyRepository"
static git_repository *g_repo; static git_repository *g_repo;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "repository.h" #include "repository.h"
#define DO_LOCAL_TEST 0 #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; static git_repository *g_repo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment