summaryrefslogtreecommitdiff
path: root/t/stats.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/stats.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/stats.t')
-rwxr-xr-xt/stats.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/stats.t b/t/stats.t
index 1a7c2f9..8310a55 100755
--- a/t/stats.t
+++ b/t/stats.t
@@ -24,7 +24,7 @@ my $sock = $server->sock;
my $stats = mem_stats($sock);
# Test number of keys
-is(scalar(keys(%$stats)), 59, "59 stats values");
+is(scalar(keys(%$stats)), 78, "expected count of stats values");
# Test initial state
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses get_expired