diff debug_connection_unix.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents 882267679006
children
line wrap: on
line diff
--- a/debug_connection_unix.t
+++ b/debug_connection_unix.t
@@ -52,7 +52,7 @@ http {
 
 EOF
 
-$t->try_run('no unix support')->plan(5);
+$t->run()->plan(5);
 
 ###############################################################################