summaryrefslogtreecommitdiff
path: root/t/issue_183.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-07-19 02:33:14 -0700
committerdormando <dormando@rydia.net>2017-07-20 23:48:35 -0700
commit3f3e1379368753e540a332f90f996a3eb7ab8e9e (patch)
tree7c21bd23986ef323e193b3f22c42ea4373e5ed46 /t/issue_183.t
parent18316347865978868d70cc70dad54df2e3a8357e (diff)
downloadmemcached-3f3e1379368753e540a332f90f996a3eb7ab8e9e.tar.gz
flip defaults and add long options1.5.0
-o -> --extended, but some of those options should be top level. can fix in future iterations. update --help and golf the wordcount a bit add long options to manpage
Diffstat (limited to 't/issue_183.t')
-rw-r--r--t/issue_183.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/issue_183.t b/t/issue_183.t
index 94b956c..6845691 100644
--- a/t/issue_183.t
+++ b/t/issue_183.t
@@ -6,7 +6,7 @@ use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
-my $server = new_memcached();
+my $server = new_memcached("-o no_modern");
my $sock = $server->sock;
print $sock "set key 0 0 1\r\n1\r\n";
is (scalar <$sock>, "STORED\r\n", "stored key");