diff options
author | cvs2git <cvs2git> | 2004-11-11 12:13:51 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2004-11-11 12:13:51 +0000 |
commit | e898e26b4d8ff6882124f1434bc10ae1354d10ef (patch) | |
tree | 2a3709dd4fd3b9602390228312ddf2c42f760f80 /rt/lib/t/01harness.t | |
parent | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_0_12'.RT_3_0_12
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; - |