comparison stream_variables.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 e4974af3fb12
children b61e820caa83
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
74 } 74 }
75 } 75 }
76 76
77 EOF 77 EOF
78 78
79 $t->try_run('no stream return or inet6 support')->plan(8); 79 $t->try_run('no inet6 support')->plan(8);
80 80
81 ############################################################################### 81 ###############################################################################
82 82
83 chomp(my $hostname = lc `hostname`); 83 chomp(my $hostname = lc `hostname`);
84 like(stream('127.0.0.1:' . port(8080))->read(), 84 like(stream('127.0.0.1:' . port(8080))->read(),