about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/extindex-psgi.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/extindex-psgi.t b/t/extindex-psgi.t
index b9acc979..d4761641 100644
--- a/t/extindex-psgi.t
+++ b/t/extindex-psgi.t
@@ -52,6 +52,9 @@ my $client = sub {
         my $cfg = PublicInbox::Config->git_config_dump($f);
         is($?, 0, 'no errors from git-config parsing');
         ok($cfg->{'extindex.all.topdir'}, 'extindex.topdir defined');
+
+        $res = $cb->(GET('/all/all.mbox.gz'));
+        is($res->code, 200, 'all.mbox.gz');
 };
 test_psgi(sub { $www->call(@_) }, $client);
 %$env = (%$env, TMPDIR => $tmpdir, PI_CONFIG => $pi_config);