diff options
author | cvs2git <cvs2git> | 2009-12-31 13:16:42 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2009-12-31 13:16:42 +0000 |
commit | 36c9e61195cb2cf28dcc3913cdfe4f565a6c836a (patch) | |
tree | 2a37ea5e5f696e00093e97f30720c181e79afbe8 /rt/lib/t/01harness.t | |
parent | b4b0c7e72d7eaee2fbfc7022022c9698323203dd (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_8_7'.RT_3_8_7
Diffstat (limited to 'rt/lib/t/01harness.t')
-rw-r--r-- | rt/lib/t/01harness.t | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rt/lib/t/01harness.t b/rt/lib/t/01harness.t deleted file mode 100644 index 98c28d2ba..000000000 --- a/rt/lib/t/01harness.t +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/perl - -use Test::More qw(no_plan); - -use lib "/opt/rt3/lib"; -use RT; -ok(RT::LoadConfig); -ok(RT::Init, "Basic initialization and DB connectivity"); - -my $test = shift @ARGV; -require $test; - |