summaryrefslogtreecommitdiff
path: root/t/stats.t
diff options
context:
space:
mode:
authorTrond Norbye <trond.norbye@gmail.com>2011-04-02 11:30:16 +0200
committerTrond Norbye <trond.norbye@gmail.com>2011-04-02 11:30:16 +0200
commit2647026782b7971e6d03b46dcc61827b63a31b5d (patch)
treebf37035a28fb55f945d060fa768b886531573d1b /t/stats.t
parentbe962a0f934391c95660b63af356f266af11fb24 (diff)
downloadmemcached-2647026782b7971e6d03b46dcc61827b63a31b5d.tar.gz
Fixed problems when accept returns EMFILE
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 aef2d4c..1faf063 100755
--- a/t/stats.t
+++ b/t/stats.t
@@ -62,7 +62,7 @@ if ($stats->{'auth_sasl_enabled'} == 'yes') {
$sasl_enabled = 1;
}
-is(scalar(keys(%$stats)), 40, "40 stats values");
+is(scalar(keys(%$stats)), 42, "42 stats values");
# Test initial state
foreach my $key (qw(curr_items total_items bytes cmd_get cmd_set get_hits evictions get_misses