diff geo_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 d7e83ce613c2
children
line wrap: on
line diff
--- a/geo_unix.t
+++ b/geo_unix.t
@@ -102,11 +102,6 @@ like(http_get('/?ip=192.0.2.1'), qr/^X-A
 
 $t->stop();
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.19.1');
-
 is(-e $t->testdir() . '/unix.sock', undef, 'unix socket removed');
 
-}
-
 ###############################################################################