changeset 1270:6f0e68970b94

Tests: adjusted todo in proxy_cache_error.t.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 Jan 2018 22:46:07 +0300
parents a32ef40ab48a
children 6ca8b38f63b6
files proxy_cache_error.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_cache_error.t
+++ b/proxy_cache_error.t
@@ -81,8 +81,8 @@ like(http_head('/big.html'), qr/200 OK/,
 # and rc = NGX_HTTP_GATEWAY_BAD_GATEWAY; after revision ad3f342f14ba046c this
 # will result in ngx_http_finalize_request(NGX_HTTP_GATEWAY_BAD_GATEWAY),
 # leading to an attempt to return additional error response and
-# the "header already sent" alert
+# the "header already sent" alert; fixed in 93abb5a855d6
 
-$t->todo_alerts();
+$t->todo_alerts() unless $t->has_version('1.13.9');
 
 ###############################################################################