diff options
author | cvs2git <cvs2git> | 2005-10-15 09:11:21 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2005-10-15 09:11:21 +0000 |
commit | 1342faf0995284ed6763152e56224a9b65edc75e (patch) | |
tree | 3e8ccd106bececb1c9b4b84aa1f6454ce5a08dea /rt/lib/t/01harness.t | |
parent | d4d0590bef31071e8809ec046717444b95b3f30a (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_4_4'.RT_3_4_4
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; - |