testing framework: replacing PERL5LIB in order to more conidently find libraries
[koha-ffzg.git] / t / lib / KohaTest.pm
index da57f47..9286306 100644 (file)
@@ -8,7 +8,6 @@ eval "use Test::Class";
 plan skip_all => "Test::Class required for performing database tests" if $@;
 # Or, maybe I should just die there.
 
-use lib qw(..);
 use C4::Biblio;
 use C4::Bookfund;
 use C4::Bookseller;