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.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etap/082-config-register.t b/test/etap/082-config-register.t
index 416c45ee..d484db11 100755
--- a/test/etap/082-config-register.t
+++ b/test/etap/082-config-register.t
@@ -17,6 +17,7 @@ default_config() ->
"etc/couchdb/default_dev.ini".
main(_) ->
+ code:add_patha("src/etap"),
code:add_pathz("src/couchdb"),
etap:plan(5),
case (catch test()) of