diff options
author | cvs2git <cvs2git> | 2010-05-18 18:50:00 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-05-18 18:50:00 +0000 |
commit | 512f2d1e0ecd86da0e99d99911933a842957186d (patch) | |
tree | 0f818dde9e18dc88290b0c0ff4beb89251728ba7 /rt/lib/t/01harness.t.in | |
parent | e70abd21bab68b23488f7ef1ee2e693a3b365691 (diff) |
This commit was manufactured by cvs2svn to create tag 'RT_3_8_8'.RT_3_8_8
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; - |