about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/git-http-backend.psgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/git-http-backend.psgi b/t/git-http-backend.psgi
index 8cec7d35..c9607143 100644
--- a/t/git-http-backend.psgi
+++ b/t/git-http-backend.psgi
@@ -11,7 +11,6 @@ use BSD::Resource qw(getrusage);
 my $git_dir = $ENV{GIANT_GIT_DIR} or die 'GIANT_GIT_DIR not defined in env';
 my $git = PublicInbox::Git->new($git_dir);
 builder {
-        enable 'Chunked' if $ENV{TEST_CHUNK};
         enable 'Head';
         sub {
                 my ($env) = @_;