From 8ff7a1b5a20c65d8444d06709ac74b0f786c0fe4 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Thu, 21 Apr 2011 01:24:38 +0000 Subject: Do not persist config values in etap tests. git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1095584 13f79535-47bb-0310-9956-ffa450edef68 --- test/etap/083-config-no-files.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/etap/083-config-no-files.t') diff --git a/test/etap/083-config-no-files.t b/test/etap/083-config-no-files.t index 675feb59..bc40ec9d 100755 --- a/test/etap/083-config-no-files.t +++ b/test/etap/083-config-no-files.t @@ -45,7 +45,7 @@ test() -> "Created a new non-persisted k/v pair." ), - ok = couch_config:set("httpd", "bind_address", "127.0.0.1"), + ok = couch_config:set("httpd", "bind_address", "127.0.0.1", false), etap:is( couch_config:get("httpd", "bind_address"), "127.0.0.1", -- cgit v1.2.3