changeset 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 024bae0ecd0c
children 9b1df914171f
files proxy_cache_chunked.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_cache_chunked.t
+++ b/proxy_cache_chunked.t
@@ -24,6 +24,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/)->plan(2);
 
 $t->write_file_expand('nginx.conf', <<'EOF');