test suite: removed dep on 'acm' user
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 18 Apr 2008 16:01:12 +0000 (11:01 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 21 Apr 2008 16:26:29 +0000 (11:26 -0500)
Signed-off-by: Andrew Moore <andrew.moore@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

t/lib/KohaTest.pm

index 9fb416a..da57f47 100644 (file)
@@ -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;