summaryrefslogtreecommitdiff
path: root/tests-clar/repo/config.c
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2013-11-13 13:08:56 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2013-11-13 13:08:56 +0100
commitcfd16ca28e593d084350b497b06eac7cb7a6c240 (patch)
tree7b58cade5258f2528d71f223a9471e8cbe9ef06b /tests-clar/repo/config.c
parent6481e06258608f46c2c45e74a8f9cf8c42347004 (diff)
downloadlibgit2-cfd16ca28e593d084350b497b06eac7cb7a6c240.tar.gz
tests: make a few globals statics
ld was warning that the size of path changed, rightly so.
Diffstat (limited to 'tests-clar/repo/config.c')
-rw-r--r--tests-clar/repo/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/repo/config.c b/tests-clar/repo/config.c
index 11abd42bc..e77acc8c5 100644
--- a/tests-clar/repo/config.c
+++ b/tests-clar/repo/config.c
@@ -2,7 +2,7 @@
#include "fileops.h"
#include <ctype.h>
-git_buf path = GIT_BUF_INIT;
+static git_buf path = GIT_BUF_INIT;
void test_repo_config__initialize(void)
{