commit | b01ea3767ab9b7bf2c4676083e5fccd292e8ab3b | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Sun Jun 03 05:20:39 2012 +0400 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Sun Jun 03 05:20:39 2012 +0400 |
tree | 32f05e325b9a6777b18784e156e2e8241bae773b | |
parent | 264a75176b2cc1babcae3a4f184b14a75f611463 [diff] [blame] |
Tests: skip tests not appropriate for win32. Skip tests which doesn't work on win32, notably ones using crypt(), symlinks and shared memory.
diff --git a/proxy_cache_lock.t b/proxy_cache_lock.t index 6b47c60..f5c19e3 100644 --- a/proxy_cache_lock.t +++ b/proxy_cache_lock.t
@@ -22,6 +22,8 @@ select STDERR; $| = 1; select STDOUT; $| = 1; +plan(skip_all => 'win32') if $^O eq 'MSWin32'; + my $t = Test::Nginx->new()->has(qw/http proxy cache/) ->write_file_expand('nginx.conf', <<'EOF');