Skip to content

Commit

Permalink
small fix for flush_all test
Browse files Browse the repository at this point in the history
  • Loading branch information
dormando committed Jan 2, 2015
1 parent 07c632f commit 2c0e04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/flush-all.t
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for (1..50) {
next;
} elsif ($line =~ /^END/) {
$failed_nocas++;
next;
last;
}
}
is($failed_nocas, 1, "failed to set value after flush with no CAS at least once");

0 comments on commit 2c0e04a

Please sign in to comment.