summaryrefslogtreecommitdiff
path: root/test/etap/081-config-override.t
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2011-04-21 23:04:29 +0000
committerPaul Joseph Davis <davisp@apache.org>2011-04-21 23:04:29 +0000
commitd277f7173a10910cab990b5b18e7b01bfc5034f2 (patch)
tree2b3fd14f3fd63208f6961de2d959175222dae5b4 /test/etap/081-config-override.t
parent7abfc073e9332cf73dd03c05b8a32aba32236fcf (diff)
More fixes for the build system.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1095842 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/081-config-override.t')
-rwxr-xr-xtest/etap/081-config-override.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etap/081-config-override.t b/test/etap/081-config-override.t
index 95baa023..01f8b4c2 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", false),
+ couch_config:set("httpd", "port", "8080"),
ok,
"Writing {httpd, port} is kosher."
),