diff options
author | cvs2git <cvs2git> | 2007-08-02 19:56:21 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2007-08-02 19:56:21 +0000 |
commit | 20203669d9bdf6246ab4153ee24253d4c85dfa4b (patch) | |
tree | 0a0970c5b546438d8012bd8aa5415ac3105b112e /rt/lib/t/01harness.t.in | |
parent | ef20b2b6b1feb47ad02b5ff7525f1a0fd11d0fa4 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_6_4'.RT_3_6_4
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; - |