From e46bceb305712db64f8dde3566949ec49ce142a4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 18 Apr 2008 11:01:12 -0500 Subject: [PATCH] test suite: removed dep on 'acm' user Signed-off-by: Andrew Moore Signed-off-by: Joshua Ferraro --- t/lib/KohaTest.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/t/lib/KohaTest.pm b/t/lib/KohaTest.pm index 9fb416af93..da57f47b02 100644 --- a/t/lib/KohaTest.pm +++ b/t/lib/KohaTest.pm @@ -8,14 +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; -- 2.39.5