]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
fixup Plack-related requires
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 4ce6514c74204e7f980962aa01ec3bebabf36886..ebf141604beedaa0d2ecd75b2fac827b91061ff8 100644 (file)
--- 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");