summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-05-28 23:44:25 -0700
committerdormando <dormando@rydia.net>2016-05-28 23:44:25 -0700
commit6105de18bcb8a820b93cb24c5966cc9278d8eea5 (patch)
treea3057a6fd6055d14e4fe2a222e445694750fc1f0
parentefb091ba4108c4e5e115fdbaf786e281c05f2a16 (diff)
downloadmemcached-6105de18bcb8a820b93cb24c5966cc9278d8eea5.tar.gz
update binary test count for get_expired stat
-rwxr-xr-xt/binary.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 2cf3ea9..7dc074c 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3651;
+use Test::More tests => 3663;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;