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