about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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";
         }