Bug 20764: Fix Plugins.t
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 May 2018 16:09:16 +0000 (13:09 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 May 2018 16:09:37 +0000 (13:09 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/Plugins.t

index 1e76ed2..9379f94 100755 (executable)
@@ -16,7 +16,7 @@ use C4::Context;
 use t::lib::Mocks;
 
 BEGIN {
-    push( @INC, dirname(__FILE__) . '/..' );
+    push( @INC, dirname(__FILE__) . '/../lib' );
 
     use_ok('Koha::Plugins');
     use_ok('Koha::Plugins::Handler');