summaryrefslogtreecommitdiff
path: root/apps/couch/test/etap/021-btree-reductions.t
diff options
context:
space:
mode:
Diffstat (limited to 'apps/couch/test/etap/021-btree-reductions.t')
-rwxr-xr-xapps/couch/test/etap/021-btree-reductions.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/couch/test/etap/021-btree-reductions.t b/apps/couch/test/etap/021-btree-reductions.t
index 3e19c767..30ffd530 100755
--- a/apps/couch/test/etap/021-btree-reductions.t
+++ b/apps/couch/test/etap/021-btree-reductions.t
@@ -14,11 +14,12 @@
% License for the specific language governing permissions and limitations under
% the License.
-filename() -> "./test/etap/temp.021".
+filename() -> "./apps/couch/test/etap/temp.021".
rows() -> 1000.
main(_) ->
test_util:init_code_path(),
+ couch_config:start_link([]),
etap:plan(8),
case (catch test()) of
ok ->