--- AnyEvent/t/65_event_04_condvar.t 2011/07/04 21:14:28 1.5 +++ AnyEvent/t/65_event_04_condvar.t 2011/08/02 20:02:46 1.6 @@ -28,7 +28,7 @@ }); print "ok 2\n"; - $cv->wait; + $cv->recv; print "ok 8\n"; my @x = $cv->recv;