From: Eric Wong Date: Thu, 4 Feb 2016 09:15:54 +0000 (+0000) Subject: t/cgi.t: fix broken test for dumb HTTP X-Git-Tag: v1.0.0~733 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e31f5bf979f8316cd6156410357026b3df392f81;p=public-inbox.git t/cgi.t: fix broken test for dumb HTTP This should not be dependent on what is in the users' $HOME config, oops. --- 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");