changeset 799:bf87c406f81d

Tests: removed proxy_unix.t TODO, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 09 Dec 2015 16:38:28 +0300
parents faf2e460b951
children 51d3243a762f
files proxy_unix.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/proxy_unix.t
+++ b/proxy_unix.t
@@ -78,13 +78,8 @@ like(http_get('/multi'), qr/AND-THIS/, '
 
 unlike(http_head('/'), qr/SEE-THIS/, 'proxy head request');
 
-TODO: {
-local $TODO = 'not yet';
-
 like(http_get("/var?b=unix:/$d/unix.sock:/"), qr/SEE-THIS/, 'proxy variables');
 
-}
-
 ###############################################################################
 
 sub http_daemon {