# 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 -r a5465130d3df -r 7fa91726cc7d autoindex_format.t --- a/autoindex_format.t Wed Mar 11 12:07:58 2015 +0300 +++ b/autoindex_format.t Thu Mar 12 14:16:41 2015 +0300 @@ -23,6 +23,8 @@ 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');