comparison proxy_cache_chunked.t @ 260:1c356f231c8f

Tests: skip proxy_cache_chunked.t on win32.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 22:12:37 +0400
parents 6a0d934950bc
children 6fe0459b6668
comparison
equal deleted inserted replaced
259:024bae0ecd0c 260:1c356f231c8f
21 21
22 ############################################################################### 22 ###############################################################################
23 23
24 select STDERR; $| = 1; 24 select STDERR; $| = 1;
25 select STDOUT; $| = 1; 25 select STDOUT; $| = 1;
26
27 plan(skip_all => 'win32') if $^O eq 'MSWin32';
26 28
27 my $t = Test::Nginx->new()->has(qw/http proxy cache/)->plan(2); 29 my $t = Test::Nginx->new()->has(qw/http proxy cache/)->plan(2);
28 30
29 $t->write_file_expand('nginx.conf', <<'EOF'); 31 $t->write_file_expand('nginx.conf', <<'EOF');
30 32