changeset 1804:35e88bf538c1

Tests: use try_run() in proxy_protocol2_tlv.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 10 Nov 2022 16:42:01 +0400
parents 4627e750efdd
children 76fdf5ede7c0
files proxy_protocol2_tlv.t
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_protocol2_tlv.t
+++ b/proxy_protocol2_tlv.t
@@ -80,11 +80,7 @@ http {
 EOF
 
 $t->write_file('t1', 'SEE-THIS');
-
-plan(skip_all => 'not yet') unless $t->has_version('1.23.2');
-$t->plan(15);
-
-$t->run();
+$t->try_run('no proxy_protocol tlv')->plan(15);
 
 ###############################################################################