diff options
Diffstat (limited to 'test/etap/050-stream.t')
-rwxr-xr-x | test/etap/050-stream.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/etap/050-stream.t b/test/etap/050-stream.t index b3bce45f..9324916c 100755 --- a/test/etap/050-stream.t +++ b/test/etap/050-stream.t @@ -14,8 +14,7 @@ % the License. main(_) -> - code:add_patha("src/etap"), - code:add_pathz("src/couchdb"), + test_util:init_code_path(), etap:plan(13), case (catch test()) of ok -> |