diff options
Diffstat (limited to 'test/etap/040-util.t')
-rwxr-xr-x | test/etap/040-util.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/etap/040-util.t b/test/etap/040-util.t index c4dffc4d..6d6da2c1 100755 --- a/test/etap/040-util.t +++ b/test/etap/040-util.t @@ -14,8 +14,7 @@ % the License. main(_) -> - code:add_patha("src/etap"), - code:add_pathz("src/couchdb"), + test_util:init_code_path(), application:start(crypto), etap:plan(11), |