Verified Commit 3c93e4e7 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

fix tests

parent ee9cd5be
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
From: Michael R. Crusoe <michael.crusoe@gmail.com>
Subject: test for Internet before declaring number of tests that must pass
--- libbio-db-embl-perl.orig/t/EMBL.t
+++ libbio-db-embl-perl/t/EMBL.t
@@ -4,8 +4,8 @@
 use strict;
 
 BEGIN {
-    use Test::Most tests => 16;
     use Test::RequiresInternet;
+    use Test::Most tests => 16;
 
     # test_begin(-tests => 16,
     #            -requires_modules    => [qw(IO::String

debian/patches/series

0 → 100644
+1 −0
Original line number Diff line number Diff line
fix_test