mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 18:38:34 +00:00
Rename test to make @nulltoken happy
This commit is contained in:
parent
79000951ec
commit
2808ec9ab4
@ -251,7 +251,7 @@ void test_network_remotes__cannot_add_a_nameless_remote(void)
|
|||||||
git_remote_create(&remote, _repo, NULL, "git://github.com/libgit2/libgit2"));
|
git_remote_create(&remote, _repo, NULL, "git://github.com/libgit2/libgit2"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_network_remotes__cant_save_inmem_remote(void)
|
void test_network_remotes__cannot_save_an_inmemory_remote(void)
|
||||||
{
|
{
|
||||||
git_remote *remote;
|
git_remote *remote;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user