comparison 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
comparison
equal deleted inserted replaced
533:a5465130d3df 534:7fa91726cc7d
20 20
21 ############################################################################### 21 ###############################################################################
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25
26 plan(skip_all => 'no symlinks on win32') if $^O eq 'MSWin32';
25 27
26 my $t = Test::Nginx->new()->has(qw/http autoindex/) 28 my $t = Test::Nginx->new()->has(qw/http autoindex/)
27 ->write_file_expand('nginx.conf', <<'EOF'); 29 ->write_file_expand('nginx.conf', <<'EOF');
28 30
29 %%TEST_GLOBALS%% 31 %%TEST_GLOBALS%%