Bug 22709: (follow-up) Move new test file into a Plugins subdirectory
[koha-equinox.git] / t / db_dependent / Plugins / Biblio_and_Items_plugin_hooks.t
@@ -28,7 +28,7 @@ use t::lib::TestBuilder;
 
 BEGIN {
     # Mock pluginsdir before loading Plugins module
-    my $path = dirname(__FILE__) . '/../lib';
+    my $path = dirname(__FILE__) . '/../../lib';
     t::lib::Mocks::mock_config( 'pluginsdir', $path );
 
     use_ok('Koha::Plugins');