diff options
author | Brad Anderson <brad@cloudant.com> | 2010-08-19 17:51:06 -0400 |
---|---|---|
committer | Brad Anderson <brad@cloudant.com> | 2010-08-19 17:51:06 -0400 |
commit | 1ac66234d0e1481b32701503be5f2da28c81fd8b (patch) | |
tree | b8c9b1f71b0c7bf400a75de33e1aba9b927ec0dc /apps/couch/test/etap/080-config-get-set.t | |
parent | 8920ea6ae399c651ccd51239d7fb7358d9d44f97 (diff) |
Cloudant changes to etap tests
Diffstat (limited to 'apps/couch/test/etap/080-config-get-set.t')
-rwxr-xr-x | apps/couch/test/etap/080-config-get-set.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/couch/test/etap/080-config-get-set.t b/apps/couch/test/etap/080-config-get-set.t index a4a8577a..c457c7f0 100755 --- a/apps/couch/test/etap/080-config-get-set.t +++ b/apps/couch/test/etap/080-config-get-set.t @@ -14,7 +14,7 @@ % the License. default_config() -> - test_util:build_file("etc/couchdb/default_dev.ini"). + filename:join([code:lib_dir(couch, test), "etap/080-config-get-set.ini"]). main(_) -> test_util:init_code_path(), @@ -30,6 +30,7 @@ main(_) -> test() -> % start couch_config with default + couch_config_event:start_link(), couch_config:start_link([default_config()]), |