comparison proxy_unfinished.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 b82f54728e14
comparison
equal deleted inserted replaced
1019:41139d6f8b7b 1020:196d33c2bb45
29 ############################################################################### 29 ###############################################################################
30 30
31 select STDERR; $| = 1; 31 select STDERR; $| = 1;
32 select STDOUT; $| = 1; 32 select STDOUT; $| = 1;
33 33
34 my $t = Test::Nginx->new()->has(qw/http proxy cache sub shmem/)->plan(15); 34 my $t = Test::Nginx->new()->has(qw/http proxy cache sub/)->plan(15);
35 35
36 $t->write_file_expand('nginx.conf', <<'EOF'); 36 $t->write_file_expand('nginx.conf', <<'EOF');
37 37
38 %%TEST_GLOBALS%% 38 %%TEST_GLOBALS%%
39 39