comparison 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
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
100 100
101 like(http_get('/?ip=192.0.2.1'), qr/^X-Arg: test/m, 'geo unix variable'); 101 like(http_get('/?ip=192.0.2.1'), qr/^X-Arg: test/m, 'geo unix variable');
102 102
103 $t->stop(); 103 $t->stop();
104 104
105 TODO: {
106 local $TODO = 'not yet' unless $t->has_version('1.19.1');
107
108 is(-e $t->testdir() . '/unix.sock', undef, 'unix socket removed'); 105 is(-e $t->testdir() . '/unix.sock', undef, 'unix socket removed');
109 106
110 }
111
112 ############################################################################### 107 ###############################################################################