diff options
author | cvs2git <cvs2git> | 2012-01-21 03:46:25 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2012-01-21 03:46:25 +0000 |
commit | 0946bdd77bf02a96c16c4af37496124629221b2f (patch) | |
tree | dc7e7ccb93402bf75d00e9c963513426978e10ef /rt/lib/t/01harness.t.in | |
parent | 24548f7cf666bac02335d0bc74f81251c7b4ab50 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_8_11'.RT_3_8_11
Diffstat (limited to 'rt/lib/t/01harness.t.in')
-rw-r--r-- | rt/lib/t/01harness.t.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/rt/lib/t/01harness.t.in b/rt/lib/t/01harness.t.in deleted file mode 100644 index d132330c2..000000000 --- a/rt/lib/t/01harness.t.in +++ /dev/null @@ -1,12 +0,0 @@ -#!@PERL@ - -use Test::More qw(no_plan); - -use lib "@RT_LIB_PATH@"; -use RT; -ok(RT::LoadConfig); -ok(RT::Init, "Basic initialization and DB connectivity"); - -my $test = shift @ARGV; -require $test; - |