# HG changeset patch # User Sergey Kandaurov # Date 1449668308 -10800 # Node ID bf87c406f81d518e2ae822c3778dd6ac4452863a # Parent faf2e460b9518110f2467df980ee8b1165597854 Tests: removed proxy_unix.t TODO, fix committed. diff --git a/proxy_unix.t b/proxy_unix.t --- 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 {