diff options
author | cvs2git <cvs2git> | 2008-03-02 04:11:52 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2008-03-02 04:11:52 +0000 |
commit | 36d688e6cff825c1ec66b9e3c6a5bc62375f100c (patch) | |
tree | 08bfb8bdd978d3fbd9f37f617052210797d471bd /rt/lib/t/01harness.t.in | |
parent | 8103c1fc1b2c27a6855feadf26f91b980a54bc52 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_6_6'.RT_3_6_6
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; - |