Re: Patch for t/op/sleep.t

2004-08-09 Thread Rafael Garcia-Suarez
Andy Lester wrote: t/op/sleep.t doesn't actually check to see how long it's slept for. The test takes sleep()'s word for it. I also modernized it to use Test::More and its convenience functions. Thanks, applied as change 23206.

Patch for t/op/sleep.t

2004-08-08 Thread Andy Lester
t/op/sleep.t doesn't actually check to see how long it's slept for. The test takes sleep()'s word for it. I also modernized it to use Test::More and its convenience functions. xoxo, Andy --- t/op/sleep.t.orig 2004-08-08 23:19:54.0 -0500 +++ t/op/sleep.t2004-08-08