Skip to content

Commit 75eb454

Browse files
committed
Tests: use try_run() in proxy_protocol2_tlv.t.
1 parent b4d1a11 commit 75eb454

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

proxy_protocol2_tlv.t

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ http {
8080
EOF
8181

8282
$t->write_file('t1', 'SEE-THIS');
83-
84-
plan(skip_all => 'not yet') unless $t->has_version('1.23.2');
85-
$t->plan(15);
86-
87-
$t->run();
83+
$t->try_run('no proxy_protocol tlv')->plan(15);
8884

8985
###############################################################################
9086

0 commit comments

Comments
 (0)