Revert accidental change
Andy Grundman [Sat, 21 Oct 2006 02:01:53 +0000 (02:01 +0000)]
t/optional_lighttpd-fastcgi.t

index 286c277..ff7a2ea 100644 (file)
@@ -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_*' );