summaryrefslogtreecommitdiff
path: root/test/etap/002-erl-driver.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/etap/002-erl-driver.t')
-rw-r--r--test/etap/002-erl-driver.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/etap/002-erl-driver.t b/test/etap/002-erl-driver.t
index 4a2a40da..f353eda4 100644
--- a/test/etap/002-erl-driver.t
+++ b/test/etap/002-erl-driver.t
@@ -13,8 +13,7 @@
main(_) ->
- code:add_patha("src/etap"),
- code:add_pathz("src/couchdb"),
+ test_util:init_code_path(),
etap:plan(3),
etap:is(
couch_util:start_driver("src/couchdb/.libs"),