Bug 15534 [QA Followup] - Remove superfluous lines from unit tests
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 18 Apr 2016 13:21:12 +0000 (13:21 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 29 Apr 2016 10:35:06 +0000 (10:35 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t

index 54a8b7f..e4ac345 100755 (executable)
@@ -12,8 +12,6 @@ use Test::More tests => 4;
 use t::lib::TestBuilder;
 
 BEGIN {
-    use FindBin;
-    use lib $FindBin::Bin;
     use_ok('C4::Reserves');
 }