about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-07 01:39:35 +0000
committerEric Wong <e@80x24.org>2016-07-07 01:41:02 +0000
commit0cdb0320181606c9b663aa8e37d69a79bff6f3a1 (patch)
tree4a285b60d4c13c22e87cfc8e66ecda131e402759 /t
parent0a1e9e975792489a64d249ed830d709f8e949dc7 (diff)
downloadpublic-inbox-0cdb0320181606c9b663aa8e37d69a79bff6f3a1.tar.gz
We should not fail tests when this is not available.
Diffstat (limited to 't')
-rw-r--r--t/git-http-backend.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/git-http-backend.t b/t/git-http-backend.t
index e8793923..e506e772 100644
--- a/t/git-http-backend.t
+++ b/t/git-http-backend.t
@@ -12,7 +12,7 @@ use Cwd qw(getcwd);
 
 my $git_dir = $ENV{GIANT_GIT_DIR};
 plan 'skip_all' => 'GIANT_GIT_DIR not defined' unless $git_dir;
-foreach my $mod (qw(Danga::Socket
+foreach my $mod (qw(Danga::Socket BSD::Resource
                         Plack::Util Plack::Builder
                         HTTP::Date HTTP::Status Net::HTTP)) {
         eval "require $mod";