testing framework: replacing PERL5LIB in order to more conidently find libraries
[koha-ffzg.git] / t / lib / KohaTest.pm
index 9fb416a..9286306 100644 (file)
@@ -8,15 +8,6 @@ eval "use Test::Class";
 plan skip_all => "Test::Class required for performing database tests" if $@;
 # Or, maybe I should just die there.
 
-if ( $ENV{'USER'} ne 'acm' ) {
-    die 'This test suite rewrites your database, so this is to keep you from accidently doing that.';
-}
-
-BEGIN {
-    $ENV{'KOHA_CONF'} = '/home/acm/koha/dev/t/etc/koha-conf.xml';
-}
-
-use lib qw(..);
 use C4::Biblio;
 use C4::Bookfund;
 use C4::Bookseller;