diff options
author | Ben Straub <bs@github.com> | 2012-10-10 15:10:07 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-10-15 10:48:17 -0700 |
commit | 86a2da6e8add86075db164662d2ec435c75ede56 (patch) | |
tree | 974c899cfa59f0a4a0809ad31c6bf599d1cef2ae /tests-clar | |
parent | 65415ea275306ebe0de2bdde6f15b639fa90e470 (diff) | |
download | libgit2-86a2da6e8add86075db164662d2ec435c75ede56.tar.gz |
Clone: use libgit2's test repos
Diffstat (limited to 'tests-clar')
-rw-r--r-- | tests-clar/clone/network.c | 4 | ||||
-rw-r--r-- | tests-clar/clone/nonetwork.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests-clar/clone/network.c b/tests-clar/clone/network.c index 8e353413d..cf3c73bb6 100644 --- a/tests-clar/clone/network.c +++ b/tests-clar/clone/network.c @@ -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; diff --git a/tests-clar/clone/nonetwork.c b/tests-clar/clone/nonetwork.c index 8e909cc53..81f95b9b3 100644 --- a/tests-clar/clone/nonetwork.c +++ b/tests-clar/clone/nonetwork.c @@ -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; |