changeset 331:241acee85fd1

Tests: skip FCGI use on win32.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 16 Sep 2013 23:41:07 +0400
parents 617f72beba8d
children 31e2acce8fa4
files auth_request.t
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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');