about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-12-25 11:14:13 +0000
committerEric Wong <e@80x24.org>2018-12-27 23:56:21 +0000
commit8b8c71076e19732e2267d2c899d90513101aaab3 (patch)
treed3243f7a8a4f95d409bf91c6e5606519bf5b6d69
parent1967e118f5dc2beb1a5cbbbf03d9490b6a8dd30e (diff)
downloadpublic-inbox-8b8c71076e19732e2267d2c899d90513101aaab3.tar.gz
TEST_CHUNK hast not been relevant since 2016:
(commit bb38f0fcce73904e "http: chunk in the server, not middleware")
-rw-r--r--t/git-http-backend.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/git-http-backend.t b/t/git-http-backend.t
index cb5e5d25..046a7784 100644
--- a/t/git-http-backend.t
+++ b/t/git-http-backend.t
@@ -57,7 +57,6 @@ my $get_maxrss = sub {
                 dup2(fileno($sock), 3) or die "dup2 failed: $!\n";
                 $ENV{LISTEN_PID} = $$;
                 $ENV{LISTEN_FDS} = 1;
-                $ENV{TEST_CHUNK} = '1';
                 exec $httpd, "--stdout=$out", "--stderr=$err", $psgi;
                 die "FAIL: $!\n";
         }