[Patches] [PATCH] [SIGNED-OFF] Bug 5327: Corrected findbin path for SIP_ILS

koha-patchbot at kohaaloha.com koha-patchbot at kohaaloha.com
Wed Dec 21 03:12:00 NZDT 2011


From: Duncan Tyler <duncan at catalyst.net.nz>
Date: Fri, 16 Dec 2011 08:46:54 +1300
Subject: [PATCH] [SIGNED-OFF] Bug 5327: Corrected findbin path for SIP_ILS
 bug 5327

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Tests run successfully now.
---
 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 82cdf52..daf1c29 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