diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-31 15:22:31 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-31 15:22:31 +0000 |
commit | 220db1528aef71e82b253e5f59221565a15f8768 (patch) | |
tree | e48bf9e52ad1f0e313d088bd51acac51b76b1a46 /lib/Test | |
parent | c14d784c79f09670ba29c5042d40b400204c7665 (diff) | |
download | perl-220db1528aef71e82b253e5f59221565a15f8768.tar.gz |
Tweak 00compile.t to avoid splatting a DIAG over core perl's
beautiful clean run of OKs. You are all getting a clean run of OKs,
aren't you?
p4raw-id: //depot/perl@22026
Diffstat (limited to 'lib/Test')
-rw-r--r-- | lib/Test/Harness/t/00compile.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Harness/t/00compile.t b/lib/Test/Harness/t/00compile.t index 1f83bf67ef..5c333b30d1 100644 --- a/lib/Test/Harness/t/00compile.t +++ b/lib/Test/Harness/t/00compile.t @@ -13,7 +13,7 @@ BEGIN { use Test::More tests => 5; BEGIN { use_ok 'Test::Harness' } -BEGIN { diag( "Testing Test::Harness $Test::Harness::VERSION" ) } +BEGIN { diag( "Testing Test::Harness $Test::Harness::VERSION" ) unless $ENV{PERL_CORE}} BEGIN { use_ok 'Test::Harness::Straps' } |