diff options
author | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 23:58:53 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2009-05-30 23:58:53 +0000 |
commit | 2b21b31c73dfc500762360253b6e390024c7cf28 (patch) | |
tree | 65cc4cbeb1f09eb865a01ec625915981c69b7a5e /test/etap/001-load.t | |
parent | 5fb494f586628b5903a07f7165636b8acdc2ced4 (diff) |
Adding code:add_pathz/1 calls for older Erlang versions.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780348 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/001-load.t')
-rwxr-xr-x | test/etap/001-load.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/etap/001-load.t b/test/etap/001-load.t index 527ba8f6..ef941867 100755 --- a/test/etap/001-load.t +++ b/test/etap/001-load.t @@ -5,6 +5,7 @@ % Test that we can load each module. main(_) -> + code:add_pathz("src/couchdb"), etap:plan(39), Modules = [ couch_batch_save, |