[Koha-patches] [PATCH] test suite: removed dep on 'acm' user

Andrew Moore andrew.moore at liblime.com
Fri Apr 18 18:01:12 CEST 2008


From: Galen Charlton <galen.charlton at liblime.com>

Signed-off-by: Andrew Moore <andrew.moore at liblime.com>
---
 t/lib/KohaTest.pm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/t/lib/KohaTest.pm b/t/lib/KohaTest.pm
index 9fb416a..da57f47 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;
-- 
1.5.2.1




More information about the Koha-patches mailing list