diff options
Diffstat (limited to 'test/etap/083-config-no-files.t')
-rwxr-xr-x | test/etap/083-config-no-files.t | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/etap/083-config-no-files.t b/test/etap/083-config-no-files.t index 0d513cef..675feb59 100755 --- a/test/etap/083-config-no-files.t +++ b/test/etap/083-config-no-files.t @@ -14,11 +14,10 @@ % the License. default_config() -> - "etc/couchdb/default_dev.ini". + test_util:build_file("etc/couchdb/default_dev.ini"). main(_) -> - code:add_patha("src/etap"), - code:add_pathz("src/couchdb"), + test_util:init_code_path(), etap:plan(3), case (catch test()) of ok -> |