comparison stream_js_exit.t @ 1810:7cf848422b28

Tests: removed remaining njs version checks older than 0.6.0.
author Dmitry Volyntsev <xeioex@nginx.com>
date Fri, 02 Dec 2022 17:46:16 -0800
parents 7f1579e4372a
children
comparison
equal deleted inserted replaced
1809:c41ac260299f 1810:7cf848422b28
103 $t->run_daemon(\&stream_daemon, port(8090)); 103 $t->run_daemon(\&stream_daemon, port(8090));
104 $t->waitforsocket('127.0.0.1:' . port(8090)); 104 $t->waitforsocket('127.0.0.1:' . port(8090));
105 105
106 ############################################################################### 106 ###############################################################################
107 107
108 local $TODO = 'not yet'
109 unless http_get('/njs') =~ /^([.0-9]+)$/m && $1 ge '0.5.2';
110
111 stream('127.0.0.1:' . port(8081))->io('###'); 108 stream('127.0.0.1:' . port(8081))->io('###');
112 stream('127.0.0.1:' . port(8082))->io('###'); 109 stream('127.0.0.1:' . port(8082))->io('###');
113 110
114 $t->stop(); 111 $t->stop();
115 112