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/081-config-override.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/etap/081-config-override.t') diff --git a/test/etap/081-config-override.t b/test/etap/081-config-override.t index 01f8b4c2..95baa023 100755 --- a/test/etap/081-config-override.t +++ b/test/etap/081-config-override.t @@ -148,7 +148,7 @@ test() -> ), etap:is( - couch_config:set("httpd", "port", "8080"), + couch_config:set("httpd", "port", "8080", false), ok, "Writing {httpd, port} is kosher." ), -- cgit v1.2.3