diff options
Diffstat (limited to 'test/etap/001-load.t')
-rwxr-xr-x | test/etap/001-load.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/etap/001-load.t b/test/etap/001-load.t index f42ab3db..6f49e1ba 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -1,6 +1,5 @@ #!/usr/bin/env escript %% -*- erlang -*- -%%! -pa src/couchdb -sasl errlog_type error -boot start_sasl -noshell % Licensed under the Apache License, Version 2.0 (the "License"); you may not % use this file except in compliance with the License. You may obtain a copy of @@ -17,8 +16,7 @@ % Test that we can load each module. main(_) -> - code:add_patha("src/etap"), - code:add_pathz("src/couchdb"), + test_util:init_code_path(), etap:plan(37), Modules = [ couch_btree, |