diff autoindex_format.t @ 534:7fa91726cc7d

Tests: skipped autoindex_format.t on win32. The symlink function is unimplemented.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 12 Mar 2015 14:16:41 +0300
parents 9edb609a2642
children 907e89fba9c3
line wrap: on
line diff
--- 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');