Bug 8435: (follow-up) handle lack of userenv gracefully
[koha.git] / t / Print.t
index 1064d33..1a05304 100755 (executable)
--- a/t/Print.t
+++ b/t/Print.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::Print');
 }