summaryrefslogtreecommitdiff
path: root/rt/t/shredder/00load.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/shredder/00load.t')
-rw-r--r--rt/t/shredder/00load.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/rt/t/shredder/00load.t b/rt/t/shredder/00load.t
index a78e5e4c3..2d78da45c 100644
--- a/rt/t/shredder/00load.t
+++ b/rt/t/shredder/00load.t
@@ -1,14 +1,6 @@
use strict;
use warnings;
-use File::Spec;
-use Test::More tests => 11 + 1; # plus one for warnings check
-use RT::Test nodb => 1;
-
-BEGIN {
- my $shredder_utils = RT::Test::get_relocatable_file('utils.pl',
- File::Spec->curdir());
- require $shredder_utils;
-}
+use RT::Test nodb => 1, tests => 11;
use_ok("RT::Shredder");