X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fsolver_git.t;h=77fa1e09691d01cf0b35531528f37b7c1adc3966;hp=67ae02e63877131a461388bc04f2484c326100b2;hb=62f28026e624ed30d620063a0fa92cbedb7f6673;hpb=f018d5cc70f3a6983e4ec188ae62a729a8b31157 diff --git a/t/solver_git.t b/t/solver_git.t index 67ae02e6..77fa1e09 100644 --- a/t/solver_git.t +++ b/t/solver_git.t @@ -7,7 +7,7 @@ use Cwd qw(abs_path); use PublicInbox::TestCommon; require_git(2.6); use PublicInbox::Spawn qw(spawn); -require_mods(qw(DBD::SQLite Search::Xapian)); +require_mods(qw(DBD::SQLite Search::Xapian Plack::Util)); chomp(my $git_dir = `git rev-parse --git-dir 2>/dev/null`); plan skip_all => "$0 must be run from a git working tree" if $?;