about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-07 08:51:51 +0000
committerEric Wong <e@80x24.org>2021-02-07 22:57:03 +0000
commita47d55c2f93cad83440ce20aa8bd971fa1501b56 (patch)
tree90f6082db75d28bb0b98239e5d27b20abcb539fe
parente076ce0dc6094216e16451b7e69322a8c06ce935 (diff)
downloadpublic-inbox-a47d55c2f93cad83440ce20aa8bd971fa1501b56.tar.gz
This will need some work to before it's generally applicable
to the rest of our code base.
-rw-r--r--t/lei-externals.t2
-rw-r--r--t/lei-mirror.t2
2 files changed, 4 insertions, 0 deletions
diff --git a/t/lei-externals.t b/t/lei-externals.t
index f2cb09b4..28c01174 100644
--- a/t/lei-externals.t
+++ b/t/lei-externals.t
@@ -4,6 +4,8 @@
 use strict; use v5.10.1; use PublicInbox::TestCommon;
 use Fcntl qw(SEEK_SET);
 use PublicInbox::Spawn qw(which);
+require_git 2.6;
+require_mods(qw(DBD::SQLite Search::Xapian));
 
 my @onions = qw(http://hjrcffqmbrq6wope.onion/meta/
         http://czquwvybam4bgbro.onion/meta/
diff --git a/t/lei-mirror.t b/t/lei-mirror.t
index 2373b370..667284fd 100644
--- a/t/lei-mirror.t
+++ b/t/lei-mirror.t
@@ -2,6 +2,8 @@
 # Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict; use v5.10.1; use PublicInbox::TestCommon;
+require_git 2.6;
+require_mods(qw(DBD::SQLite Search::Xapian));
 my $sock = tcp_server();
 my ($tmpdir, $for_destroy) = tmpdir();
 my $http = 'http://'.$sock->sockhost.':'.$sock->sockport.'/';