# HG changeset patch # User Sergey Kandaurov # Date 1426159001 -10800 # Node ID 7fa91726cc7d7327a00f808241183e5e5955f58a # Parent a5465130d3df5e846d1023d680c2389335b0acd0 Tests: skipped autoindex_format.t on win32. The symlink function is unimplemented. diff --git a/autoindex_format.t b/autoindex_format.t --- a/autoindex_format.t +++ b/autoindex_format.t @@ -23,6 +23,8 @@ use Test::Nginx; select STDERR; $| = 1; select STDOUT; $| = 1; +plan(skip_all => 'no symlinks on win32') if $^O eq 'MSWin32'; + my $t = Test::Nginx->new()->has(qw/http autoindex/) ->write_file_expand('nginx.conf', <<'EOF');