summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Engine/files/patch-request-as_string.t
blob: bf799ac50b3f234b1aea8c4be86e02d31ca623ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- t/010_core/request-as_string.t.orig	2012-04-21 19:35:27.611579798 +0900
+++ t/010_core/request-as_string.t	2012-04-21 19:35:44.449321956 +0900
@@ -4,6 +4,9 @@
 use HTTP::Engine;
 use t::Utils;
 
+delete $ENV{HTTP_PROXY};
+delete $ENV{HTTP_TIMEOUT};
+
 test_req( gen_request() );
 
 sub gen_request {