# HG changeset patch # User Maxim Dounin # Date 1225545182 -10800 # Node ID 3325fa3f515ccd7490326cba2128185dcb22f2d0 # Parent fc205d0e052d8294c438701a9cf146f9e589772d Tests: avoid using \r\n. diff --git a/fastcgi.t b/fastcgi.t --- a/fastcgi.t +++ b/fastcgi.t @@ -71,11 +71,14 @@ sub fastcgi_daemon { my $count; while( $request->Accept() >= 0 ) { - print "Location: http://localhost:8080/redirect\r\n"; - print "Content-type: text/html\r\n"; - print "\r\n"; - print "SEE-THIS\n"; - print ++$count; + $count++; + print <