p4raw-id: //depot/perl@14592
if ($slowrate < $fastrate) {
pass ("slow rate is less than fast rate");
ok ($slowfast < 0 && $slowfast > -100,
- "slowfast should be less than zero, and > -100");
+ "slowfast should be less than zero, and > -100") ||
+ print STDERR "# slowfast $slowfast\n";
ok ($fastslow > 0, "fastslow should be > 0") ||
print STDERR "# fastslow $fastslow\n";
} else {