From 71a7d2ad389ff946c5fc65293240caf3d3e290f6 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 18 Jan 2011 19:53:58 +1300 Subject: [PATCH] Bug 5327 - Fixing a path issue with XISBN.t --- t/db_dependent/XISBN.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/XISBN.t b/t/db_dependent/XISBN.t index 1c2d03775d..8f5c8bdff1 100755 --- a/t/db_dependent/XISBN.t +++ b/t/db_dependent/XISBN.t @@ -5,7 +5,7 @@ use strict; use warnings; -use Test::Class::Load qw ( . ); +use Test::Class::Load qw ( t/db_dependent/ ); use Test::More tests => 4; use MARC::Record; use C4::Biblio; -- 2.39.2