comparison scgi_merge_params.t @ 408:82b15c81978e

Tests: skipped tests on win32 that use shared memory.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 26 May 2014 13:26:03 +0400
parents 6a0d934950bc
children 272925d99ad5
comparison
equal deleted inserted replaced
407:2711722a85c3 408:82b15c81978e
21 select STDERR; $| = 1; 21 select STDERR; $| = 1;
22 select STDOUT; $| = 1; 22 select STDOUT; $| = 1;
23 23
24 eval { require SCGI; }; 24 eval { require SCGI; };
25 plan(skip_all => 'SCGI not installed') if $@; 25 plan(skip_all => 'SCGI not installed') if $@;
26 plan(skip_all => 'win32') if $^O eq 'MSWin32';
26 27
27 my $t = Test::Nginx->new()->has(qw/http scgi cache/)->plan(9) 28 my $t = Test::Nginx->new()->has(qw/http scgi cache/)->plan(9)
28 ->write_file_expand('nginx.conf', <<'EOF'); 29 ->write_file_expand('nginx.conf', <<'EOF');
29 30
30 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%