X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fconvert-compact.t;h=e479476d8589aac7be5a6f024febf31df9002682;hp=575262e8e5d3360b85825d686c39ba3835ae6e34;hb=23eab6127c62d0228a0cfcec78a267fe5e7011c7;hpb=ee8cadb3a71ab4c951642a96ba123688244de720 diff --git a/t/convert-compact.t b/t/convert-compact.t index 575262e8..e479476d 100644 --- a/t/convert-compact.t +++ b/t/convert-compact.t @@ -4,11 +4,10 @@ use strict; use warnings; use Test::More; use PublicInbox::Eml; -use PublicInbox::Spawn qw(which); use PublicInbox::TestCommon; require_git(2.6); require_mods(qw(DBD::SQLite Search::Xapian)); -which('xapian-compact') or +have_xapian_compact or plan skip_all => 'xapian-compact missing for '.__FILE__; use_ok 'PublicInbox::V2Writable';