summaryrefslogtreecommitdiff
path: root/test/couch_config_test.erl
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-08-30 10:37:28 +0000
committerJan Lehnardt <jan@apache.org>2008-08-30 10:37:28 +0000
commitbef662fcc96e7b578aac40154e7767de30e9a1c0 (patch)
tree32b62123849cc449b20f44f3bd43ffc54dbc9c11 /test/couch_config_test.erl
parentfae1935ffc8ee0c4096bbb327f69a24c7b58c2c1 (diff)
Add dummy ini file. Fixes test runs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/couch_config_test.erl')
-rw-r--r--test/couch_config_test.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/couch_config_test.erl b/test/couch_config_test.erl
index b9dc71ad..604a35d2 100644
--- a/test/couch_config_test.erl
+++ b/test/couch_config_test.erl
@@ -33,7 +33,7 @@ store(Key2, Value2) ->
Key = binary_to_list(term_to_binary(Key2)),
Value = binary_to_list(term_to_binary(Value2)),
- couch_config:start_link(["couch.ini"]),
+ couch_config:start_link(["local.ini"]),
couch_config:store({"test_module", Key}, Value),
Result = couch_config:get({"test_module", Key}),