From: Andy Grundman Date: Sat, 21 Oct 2006 02:01:53 +0000 (+0000) Subject: Revert accidental change X-Git-Tag: 5.7099_04~311 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3fe3499686b81aea750bfabc669996a838d1c6f7 Revert accidental change --- diff --git a/t/optional_lighttpd-fastcgi.t b/t/optional_lighttpd-fastcgi.t index 286c277..ff7a2ea 100644 --- a/t/optional_lighttpd-fastcgi.t +++ b/t/optional_lighttpd-fastcgi.t @@ -54,6 +54,7 @@ server.document-root = "$docroot" server.errorlog = "$docroot/error.log" accesslog.filename = "$docroot/access.log" +server.bind = "127.0.0.1" server.port = $port # catalyst app specific fcgi setup @@ -82,8 +83,6 @@ while ( check_port( 'localhost', $port ) != 1 ) { sleep 1; } -exit; - # run the testsuite against the server $ENV{CATALYST_SERVER} = "http://localhost:$port"; system( 'prove -r -Ilib/ t/live_*' );