From 9391566c6fa2bcc165f70032f047c905283e0783 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 21 Apr 2011 01:25:07 +0000 Subject: Instead of trying to write values we just don't write values. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1095585 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/test_util.erl.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/etap/test_util.erl.in b/test/etap/test_util.erl.in index b0c97a14..460b0293 100644 --- a/test/etap/test_util.erl.in +++ b/test/etap/test_util.erl.in @@ -36,7 +36,7 @@ build_file(Name) -> config_files() -> [ build_file("etc/couchdb/default_dev.ini"), - source_file("test/etap/random_port.ini"), - build_file("etc/couchdb/local_dev.ini") + build_file("etc/couchdb/local_dev.ini"), + source_file("test/etap/random_port.ini") ]. -- cgit v1.2.3