comparison sub_filter_merge.t @ 706:875f9c2528fc

Tests: adjusted sub_filter_merge.t skip_all, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 22 Sep 2015 17:25:58 +0300
parents 62dad59cfb67
children e9064d691790
comparison
equal deleted inserted replaced
705:fc2b0a6044f2 706:875f9c2528fc
22 select STDERR; $| = 1; 22 select STDERR; $| = 1;
23 select STDOUT; $| = 1; 23 select STDOUT; $| = 1;
24 24
25 my $t = Test::Nginx->new()->has(qw/http sub/); 25 my $t = Test::Nginx->new()->has(qw/http sub/);
26 26
27 plan(skip_all => 'leaves coredump') unless $ENV{TEST_NGINX_UNSAFE}; 27 plan(skip_all => 'leaves coredump') unless $ENV{TEST_NGINX_UNSAFE}
28 or $t->has_version('1.9.5');
28 29
29 $t->plan(1)->write_file_expand('nginx.conf', <<'EOF'); 30 $t->plan(1)->write_file_expand('nginx.conf', <<'EOF');
30 31
31 %%TEST_GLOBALS%% 32 %%TEST_GLOBALS%%
32 33