diff rewrite_set.t @ 455:a65cb9330c91

Tests: adjusted resolver and rewrite TODOs.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 28 Aug 2014 12:41:11 +0400
parents 29ee0d2b0746
children 907e89fba9c3
line wrap: on
line diff
--- a/rewrite_set.t
+++ b/rewrite_set.t
@@ -76,10 +76,11 @@ EOF
 # prefixed variables
 
 TODO: {
-local $TODO = 'not yet';
+local $TODO = 'not yet' unless $t->has_version('1.7.5');
 
 SKIP: {
-skip 'leaves coredump', 2 unless $ENV{TEST_NGINX_UNSAFE};
+skip 'leaves coredump', 2 unless $t->has_version('1.7.5')
+	or $ENV{TEST_NGINX_UNSAFE};
 
 like(http_get_extra('/t1.html', 'Foo: http_foo'), qr/Xset_fooX/,
 	'set in this context');