diff 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
line wrap: on
line diff
--- a/sub_filter_merge.t
+++ b/sub_filter_merge.t
@@ -24,7 +24,8 @@ select STDOUT; $| = 1;
 
 my $t = Test::Nginx->new()->has(qw/http sub/);
 
-plan(skip_all => 'leaves coredump') unless $ENV{TEST_NGINX_UNSAFE};
+plan(skip_all => 'leaves coredump') unless $ENV{TEST_NGINX_UNSAFE}
+	or $t->has_version('1.9.5');
 
 $t->plan(1)->write_file_expand('nginx.conf', <<'EOF');