diff syslog.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 6620cd57a96a
line wrap: on
line diff
--- a/syslog.t
+++ b/syslog.t
@@ -24,7 +24,7 @@ select STDOUT; $| = 1;
 
 plan(skip_all => 'win32') if $^O eq 'MSWin32';
 
-my $t = Test::Nginx->new()->has(qw/http limit_req/);
+my $t = Test::Nginx->new()->has(qw/http limit_req/)->plan(59);
 
 $t->write_file_expand('nginx.conf', <<'EOF');
 
@@ -147,7 +147,7 @@ EOF
 $t->waitforfile($t->testdir . '/s_http.log');
 $t->waitforfile($t->testdir . '/s_if.log');
 
-$t->try_run('no syslog nohostname')->plan(59);
+$t->run();
 
 ###############################################################################