Package: libcatmandu-mab2-perl / 0.14-1

cwd-inc-fix.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: Fix t/06-sru.t to work without '.' in @INC
Origin: vendor
Bug-Debian: https://bugs.debian.org/834738
Forwarded: no
Author: Dominic Hargreaves <dom@earth.li>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-08-31

diff --git a/t/06-sru.t b/t/06-sru.t
index f32dd4b..c947e77 100644
--- a/t/06-sru.t
+++ b/t/06-sru.t
@@ -4,7 +4,7 @@ use Test::More;
 use Test::Exception;
 use Catmandu::Importer::SRU;
 use Catmandu::Importer::SRU::Parser::mabxml;
-require 't/lib/MockFurl.pm';
+require './t/lib/MockFurl.pm';
 
 use Data::Dumper;