Merge branch '5370_koha.org' of git://github.com/kfischer/Koha into new/bug_5370
[koha.git] / t / Log.t
diff --git a/t/Log.t b/t/Log.t
index 823a14e..eca6b9c 100755 (executable)
--- a/t/Log.t
+++ b/t/Log.t
@@ -9,9 +9,6 @@ use warnings;
 use Test::More tests => 1;
 
 BEGIN {
-       use FindBin;
-       use lib $FindBin::Bin;
-       use override_context_prefs;
         use_ok('C4::Log');
 }