X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fwww_altid.t;h=94a2e807f8d7f3bd4bfd2ad0abf2e03ab34fbf5c;hb=4eee5af6011cc8cdefb66c9729952c7eff5c0b0b;hp=7c2b6b21a0591556cbf47ee3c54347a9ba1c3b88;hpb=09520aabbfc57c687c574a5435054d2c89b08b76;p=public-inbox.git diff --git a/t/www_altid.t b/t/www_altid.t index 7c2b6b21..94a2e807 100644 --- a/t/www_altid.t +++ b/t/www_altid.t @@ -1,12 +1,10 @@ #!perl -w # Copyright (C) 2020-2021 all contributors # License: AGPL-3.0+ -use strict; -use v5.10.1; -use PublicInbox::TestCommon; +use strict; use v5.10.1; use PublicInbox::TestCommon; use PublicInbox::Config; -use PublicInbox::Spawn qw(which spawn); -which('sqlite3') or plan skip_all => 'sqlite3 binary missing'; +use PublicInbox::Spawn qw(spawn); +require_cmd('sqlite3'); require_mods(qw(DBD::SQLite HTTP::Request::Common Plack::Test URI::Escape Plack::Builder IO::Uncompress::Gunzip)); use_ok($_) for qw(Plack::Test HTTP::Request::Common);