Skip to content

Commit

Permalink
fix some binary.t stuff
Browse files Browse the repository at this point in the history
I broke 'em earlier
  • Loading branch information
dormando committed Jul 30, 2012
1 parent a7fc514 commit 4461fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/binary.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
use Test::More tests => 3539;
use Test::More tests => 3549;
use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;
Expand Down Expand Up @@ -274,7 +274,7 @@ is($mc->decr("x", 211), 0, "Floor is zero");

# Test miss as well
$mc->set("totouch", "toast3", 0, 1);
my $res = $mc->touch("totouch", 1);
$res = $mc->touch("totouch", 1);
sleep 3;
$empty->("totouch");
}
Expand Down

0 comments on commit 4461fec

Please sign in to comment.