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