summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 2781af6..c1b595d 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use Test::More tests => 3564;
+use Test::More tests => 3568;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
@@ -414,6 +414,7 @@ $mc->silent_mutation(::CMD_ADDQ, 'silentadd', 'silentaddval');
is('NULL', $stats{'domain_socket'});
is('on', $stats{'evictions'});
is('yes', $stats{'cas_enabled'});
+ is('yes', $stats{'flush_enabled'});
}
# diag "Test quit commands.";