From: Eric Wong Date: Sun, 24 Sep 2023 20:19:17 +0000 (+0000) Subject: test_common: fixes for TEST_RUN_MODE=0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4211c77089143be8496f0d4939110093bea3112;p=thirdparty%2Fpublic-inbox.git test_common: fixes for TEST_RUN_MODE=0 This fixes t/httpd-https.t when running `make check TEST_RUN_MODE=0' to disable all code preloading and reuse. Fixes: b914e67f82ee (test_common: start_script: set default signals) --- diff --git a/lib/PublicInbox/TestCommon.pm b/lib/PublicInbox/TestCommon.pm index 9ad181e2a..28edee9f3 100644 --- a/lib/PublicInbox/TestCommon.pm +++ b/lib/PublicInbox/TestCommon.pm @@ -519,6 +519,7 @@ sub start_script { } $tail = tail_f(@paths, $opt); } + require PublicInbox::DS; my $oset = PublicInbox::DS::block_signals(); require PublicInbox::OnDestroy; my $tmp_mask = PublicInbox::OnDestroy->new(