Commit b8fff35a by Edward Thomson

tests: use static scope for test data

parent f892ec2a
......@@ -3,7 +3,7 @@
#include "sysdir.h"
#include <ctype.h>
git_repository *repo;
static git_repository *repo;
void test_repo_extensions__initialize(void)
{
......
......@@ -4,8 +4,8 @@
#include "repository.h"
#include <ctype.h>
git_repository *repo;
git_config *config;
static git_repository *repo;
static git_config *config;
void test_repo_objectformat__initialize(void)
{
......
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