diff proxy_cookie.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 e9064d691790
line wrap: on
line diff
--- a/proxy_cookie.t
+++ b/proxy_cookie.t
@@ -73,7 +73,7 @@ http {
 
 EOF
 
-$t->try_run('no proxy_cookie')->plan(8);
+$t->run()->plan(8);
 
 ###############################################################################