diff stream_proxy_half_close.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 8bdf548487f6
children
line wrap: on
line diff
--- a/stream_proxy_half_close.t
+++ b/stream_proxy_half_close.t
@@ -48,7 +48,7 @@ stream {
 
 EOF
 
-$t->try_run('no proxy_half_close')->plan(2);
+$t->run()->plan(2);
 
 ###############################################################################