summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/binary.t b/t/binary.t
index 504ddef..b427fc4 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -273,6 +273,10 @@ is($mc->decr("x", 211), 0, "Floor is zero");
$check->("totouch", 0, "toast2");
# Test miss as well
+ $mc->set("totouch", "toast3", 0, 1);
+ my $res = $mc->touch("totouch", 1);
+ sleep 3;
+ $empty->("totouch");
}
# diag "Silent set.";