From 1eaee58c9a433ac6ae473516c9eb4c6b7ca7acf9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 14 May 2018 12:33:48 -0300 Subject: [PATCH] Bug 20764: (follow-up) Rename the test file There is something wrong here... --- t/db_dependent/Koha/Template/Plugin/KohaPlugins.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Koha/Template/Plugin/KohaPlugins.t b/t/db_dependent/Koha/Template/Plugin/KohaPlugins.t index 8f90125cc9..7698bf4686 100755 --- a/t/db_dependent/Koha/Template/Plugin/KohaPlugins.t +++ b/t/db_dependent/Koha/Template/Plugin/KohaPlugins.t @@ -16,7 +16,7 @@ use C4::Context; use t::lib::Mocks; BEGIN { - push( @INC, dirname(__FILE__) . '/../lib' ); + push( @INC, dirname(__FILE__) . '/../../../../lib' ); use_ok('Koha::Plugins'); use_ok('Koha::Plugins::Handler'); -- 2.11.0