diff stream_geo_binary.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 3fc6817cd84a
children f3ba4c74de31
line wrap: on
line diff
--- a/stream_geo_binary.t
+++ b/stream_geo_binary.t
@@ -61,7 +61,7 @@ EOF
 	"-127." . $_/256/256 % 256 . "." . $_/256 % 256 . "." .$_ % 256 . " " .
 	($_ == 1 ? "loopback" : "range$_") . ";" } (0 .. 100000)));
 
-$t->try_run('no stream geo')->plan(2);
+$t->run()->plan(2);
 
 ###############################################################################