mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 20:34:17 +00:00
revparse: readonly tests don't need a sandboxed repo
This commit is contained in:
parent
d0a920a6fd
commit
34922eeeed
@ -28,12 +28,13 @@ void test_refs_revparse__initialize(void)
|
|||||||
if (tz)
|
if (tz)
|
||||||
strcpy(g_orig_tz, tz);
|
strcpy(g_orig_tz, tz);
|
||||||
cl_setenv("TZ", "UTC");
|
cl_setenv("TZ", "UTC");
|
||||||
g_repo = cl_git_sandbox_init("testrepo.git");
|
|
||||||
|
cl_git_pass(git_repository_open(&g_repo, cl_fixture("testrepo.git")));
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_refs_revparse__cleanup(void)
|
void test_refs_revparse__cleanup(void)
|
||||||
{
|
{
|
||||||
cl_git_sandbox_cleanup();
|
git_repository_free(g_repo);
|
||||||
g_obj = NULL;
|
g_obj = NULL;
|
||||||
cl_setenv("TZ", g_orig_tz);
|
cl_setenv("TZ", g_orig_tz);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user