[Patches] [PATCH] Corrected findbin path for SIP_ILS bug 5327
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Wed Dec 21 03:11:49 NZDT 2011
From: Duncan Tyler <duncan at catalyst.net.nz>
Date: Fri, 16 Dec 2011 08:46:54 +1300
Subject: [PATCH] Corrected findbin path for SIP_ILS bug 5327
---
t/db_dependent/SIP_ILS.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/db_dependent/SIP_ILS.t b/t/db_dependent/SIP_ILS.t
index 32ec7d4..7cd72d6 100755
--- a/t/db_dependent/SIP_ILS.t
+++ b/t/db_dependent/SIP_ILS.t
@@ -10,7 +10,7 @@ use Test::More tests => 4;
BEGIN {
use FindBin;
- use lib "$FindBin::Bin/../C4/SIP";
+ use lib "$FindBin::Bin/../../C4/SIP";
use_ok('C4::SIP::ILS');
};
--
1.7.5.4
More information about the Patches
mailing list