summaryrefslogtreecommitdiff
path: root/t/binary.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/binary.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/binary.t')
-rwxr-xr-xt/binary.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/binary.t b/t/binary.t
index e5d5fe4..a2da360 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -7,7 +7,7 @@ use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
-my $server = new_memcached();
+my $server = new_memcached("-o no_modern");
ok($server, "started the server");
# Based almost 100% off testClient.py which is:
@@ -122,7 +122,7 @@ $empty->('y');
{
# diag "Some chunked item tests";
- my $s2 = new_memcached('-o slab_chunk_max=4096');
+ my $s2 = new_memcached('-o no_modern,slab_chunk_max=4096');
ok($s2, "started the server");
my $m2 = MC::Client->new($s2);
# Specifically trying to cross the chunk boundary when internally