# HG changeset patch # User Maxim Dounin # Date 1379360467 -14400 # Node ID 241acee85fd18579cb85cb40714fd972c9a8455d # Parent 617f72beba8dc3404c52c963b8baa81b723f75e8 Tests: skip FCGI use on win32. diff --git a/auth_request.t b/auth_request.t --- a/auth_request.t +++ b/auth_request.t @@ -173,6 +173,7 @@ like(http_post_big('/proxy-double'), qr/ SKIP: { eval { require FCGI; }; skip 'FCGI not installed', 2 if $@; + skip 'win32', 2 if $^O eq 'MSWin32'; $t->run_daemon(\&fastcgi_daemon); $t->waitforsocket('127.0.0.1:8081');