Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-07-07 01:48:17 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-07-07 01:48:17 +0300
commitea445e06028a1192e7e948cc81c87c4b39bc446e (patch)
treebd1da56716d690f60c3a3e8d97f3902c41aac5cb /tests/filter
parent3c831113ca134b86f52fbc96e5988471f1cace11 (diff)
parente069c621bdd62e603b048eb536f5a978a905b310 (diff)
Merge pull request #3288 from ethomson/getenv
git__getenv: utf-8 aware env reader
Diffstat (limited to 'tests/filter')
-rw-r--r--tests/filter/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filter/stream.c b/tests/filter/stream.c
index 6bf540ce7..30f5e5027 100644
--- a/tests/filter/stream.c
+++ b/tests/filter/stream.c
@@ -209,7 +209,7 @@ void test_filter_stream__smallfile(void)
/* optionally write a 500 MB file through the compression stream */
void test_filter_stream__bigfile(void)
{
- if (!cl_getenv("GITTEST_INVASIVE_FS_SIZE"))
+ if (!cl_is_env_set("GITTEST_INVASIVE_FS_SIZE"))
cl_skip();
test_stream(51200);