summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2022-01-26 14:28:05 -0800
committerdormando <dormando@rydia.net>2022-01-26 14:28:05 -0800
commitbf3c64d591ae23b4038a51814b3aad3e48cec08d (patch)
treea917efd3f3f6cbc2953d8886e80483416f27d0f6
parent90d2523bc4bf369b950c143904dce816e42dce35 (diff)
downloadmemcached-bf3c64d591ae23b4038a51814b3aad3e48cec08d.tar.gz
proxy: comment out token test in startfile.lua
didn't mean to leave that in there by default.
-rw-r--r--t/startfile.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/startfile.lua b/t/startfile.lua
index e267655..da8a16f 100644
--- a/t/startfile.lua
+++ b/t/startfile.lua
@@ -220,9 +220,9 @@ function command_factory(map, default)
return d(r)
end
-- testing options replacement...
- if r:command() == mcp.CMD_SET then
- r:token(4, "100") -- set exptime.
- end
+ -- if r:command() == mcp.CMD_SET then
+ -- r:token(4, "100") -- set exptime.
+ -- end
-- print("override command")
return f(r)
end