summaryrefslogtreecommitdiff
path: root/test/etap/082-config-register.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/082-config-register.t')
-rwxr-xr-xtest/etap/082-config-register.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/etap/082-config-register.t b/test/etap/082-config-register.t
index d484db11..191ba8f8 100755
--- a/test/etap/082-config-register.t
+++ b/test/etap/082-config-register.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(5),
case (catch test()) of
ok ->