about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-11 22:33:05 +0000
committerEric Wong <e@80x24.org>2022-08-11 22:39:53 +0000
commit9ddd72601edc6d61e38e09c479567bfc29f24e0e (patch)
treefcd5eb6a2069a6de575b774143c3b7c99b90403f
parent9331e12ebb1523332bfb788c84c7ec3477a6cfcd (diff)
downloadpublic-inbox-9ddd72601edc6d61e38e09c479567bfc29f24e0e.tar.gz
This fixes t/v2index-late-dupe.t to be skipped properly on
systems without DBD::SQLite
-rw-r--r--lib/PublicInbox/TestCommon.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/TestCommon.pm b/lib/PublicInbox/TestCommon.pm
index ecf7a261..04adede0 100644
--- a/lib/PublicInbox/TestCommon.pm
+++ b/lib/PublicInbox/TestCommon.pm
@@ -136,7 +136,7 @@ sub require_mods {
                         push @mods, qw(Parse::RecDescent DBD::SQLite
                                         Email::Address::XS||Mail::Address);
                         next;
-                } elsif ($mod eq '-nntpd') {
+                } elsif ($mod eq '-nntpd' || $mod eq 'v2') {
                         push @mods, qw(DBD::SQLite);
                         next;
                 }