changeset 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 a5465130d3df
children ee7a6a144437
files autoindex_format.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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');