summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2016-12-19 16:05:02 -0800
committerdormando <dormando@rydia.net>2016-12-19 16:05:02 -0800
commit8f29ffe557c3aef3213fe3aab36193cde2e937b0 (patch)
tree926562c7bbe96b17876cf89310c0d00af48aff9a /t/binary.t
parent4dc24dcccd5df1bc0c00169434296075688d68e7 (diff)
downloadmemcached-8f29ffe557c3aef3213fe3aab36193cde2e937b0.tar.gz
bump for binary.t test count
need to fix this thing a bit smarter..
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 1174539..45ffe22 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 4945;
+use Test::More tests => 4948;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;