diff gunzip_static.t @ 397:847ea345becb

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 05 May 2014 11:46:01 +0400
parents c28ecaef065f
children c877f91a71b4
line wrap: on
line diff
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -74,7 +74,7 @@ IO::Compress::Gzip::gzip(\$in => \$out);
 $t->write_file('t2.gz', $out . $out);
 $t->write_file('t3', 'not compressed');
 
-$t->try_run('no gzip_static always')->plan(12);
+$t->run()->plan(12);
 
 ###############################################################################