comparison stream_tcp_nodelay.t @ 1020:196d33c2bb45

Tests: removed TODO and try_run() checks for legacy versions. Also removed now unused spdy.t and shmem prerequisite.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 31 Aug 2016 18:21:07 +0300
parents 882267679006
children f3ba4c74de31
comparison
equal deleted inserted replaced
1019:41139d6f8b7b 1020:196d33c2bb45
25 25
26 select STDERR; $| = 1; 26 select STDERR; $| = 1;
27 select STDOUT; $| = 1; 27 select STDOUT; $| = 1;
28 28
29 my $t = Test::Nginx->new()->has(qw/stream/); 29 my $t = Test::Nginx->new()->has(qw/stream/);
30
31 plan(skip_all => 'no tcp_nodelay') unless $t->has_version('1.9.4');
32 30
33 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF'); 31 $t->plan(2)->write_file_expand('nginx.conf', <<'EOF');
34 32
35 %%TEST_GLOBALS%% 33 %%TEST_GLOBALS%%
36 34