From e31f5bf979f8316cd6156410357026b3df392f81 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 4 Feb 2016 09:15:54 +0000 Subject: t/cgi.t: fix broken test for dumb HTTP This should not be dependent on what is in the users' $HOME config, oops. --- t/cgi.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/cgi.t b/t/cgi.t index 4ce6514c..ebf14160 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -104,6 +104,7 @@ EOF # dumb HTTP support { + local $ENV{HOME} = $home; my $path = "/test/info/refs"; my $res = cgi_run($path); like($res->{head}, qr/Status:\s*200/i, "info/refs readable"); -- cgit v1.2.3-24-ge0c7