diff proxy_merge_headers.t @ 223:f9325406df0b

Tests: skip tests not appropriate for win32. Skip tests which doesn't work on win32, notably ones using crypt(), symlinks and shared memory.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 05:20:39 +0400
parents 101b092b67e2
children 5c9e43547b71
line wrap: on
line diff
--- a/proxy_merge_headers.t
+++ b/proxy_merge_headers.t
@@ -21,6 +21,8 @@ use Test::Nginx;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
+plan(skip_all => 'win32') if $^O eq 'MSWin32';
+
 my $t = Test::Nginx->new()->has(qw/http proxy cache rewrite/)->plan(3)
 	->write_file_expand('nginx.conf', <<'EOF');