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:
authorRussell Belfer <rb@github.com>2013-07-10 03:45:23 +0400
committerRussell Belfer <rb@github.com>2013-07-10 03:45:23 +0400
commit7b5c0d18460b6cb0a65543b92002a29644dbb458 (patch)
treeb8f5f5e812788b694cfa2fc655a25d3d82c800e5 /tests-clar/resources
parent07fba63e9eda509d1eee13df0b325dbd4be2f3cd (diff)
Add more tests for git_config_get_multivar
The old tests didn't try failing lookups or lookups across multiple config files with some having the pattern and some not having it.
Diffstat (limited to 'tests-clar/resources')
-rw-r--r--tests-clar/resources/config/config112
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/resources/config/config11 b/tests-clar/resources/config/config11
index 7331862a5..1d8a74470 100644
--- a/tests-clar/resources/config/config11
+++ b/tests-clar/resources/config/config11
@@ -1,4 +1,4 @@
-[remote "fancy"]
+[remote "ab"]
url = git://github.com/libgit2/libgit2
url = git://git.example.com/libgit2