X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=blobdiff_plain;f=t%2Foptional_http-server-restart.t;h=3e3ee9ad7ac31772ef07c16866701d87091f0e84;hp=e9143658ac099f1e6cd6e8a8160403b979021446;hb=eee05a341e1773b4940a4cf8f6700b5506b2236b;hpb=ae133240923d063b2a39dcf1abdada5f917da8c5 diff --git a/t/optional_http-server-restart.t b/t/optional_http-server-restart.t index e914365..3e3ee9a 100644 --- a/t/optional_http-server-restart.t +++ b/t/optional_http-server-restart.t @@ -208,7 +208,7 @@ sub look_for_restart { my $count = 0; my $line; - while ( ( $line || '' ) !~ /can connect/ ) { + while ( ( $line || '' ) !~ /Accepting connections/ ) { $line = $server->getline; sleep 0.1; if ( $count++ > 300 ) {