diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-19 16:30:43 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-10-19 16:30:43 +0000 |
commit | 0af71dba73667d8fa3e845db4ca9d01e3491e5d5 (patch) | |
tree | e479b1a158087d18ea60eeafebeaf073554b1303 /t/harness | |
parent | 9f16d962dace601f24c23063432e8a8eb01bfa4a (diff) | |
parent | afa38808e08264de7bcd3b2241ab41424d64d0d4 (diff) | |
download | perl-0af71dba73667d8fa3e845db4ca9d01e3491e5d5.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@12507
Diffstat (limited to 't/harness')
-rw-r--r-- | t/harness | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ use Test::Harness; $Test::Harness::switches = ""; # Too much noise otherwise $Test::Harness::verbose = shift if @ARGV && $ARGV[0] eq '-v'; +# Let tests know they're running in the perl core. Useful for modules +# which live dual lives on CPAN. +$ENV{PERL_CORE} = 1; + #fudge DATA for now. %datahandle = qw( lib/bigint.t 1 |