From bef662fcc96e7b578aac40154e7767de30e9a1c0 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 30 Aug 2008 10:37:28 +0000 Subject: 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 --- test/couch_config_test.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/couch_config_test.erl') 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}), -- cgit v1.2.3