diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vms/test.com b/vms/test.com index ce98bff0d8..6720dba357 100644 --- a/vms/test.com +++ b/vms/test.com @@ -134,6 +134,10 @@ foreach $file (@exclist) { $skip{$file}++; } $| = 1; +# Let tests know they're running in the perl core. Useful for modules +# which live dual lives on CPAN. +$ENV{PERL_CORE} = 1; + @ARGV = grep($_,@ARGV); # remove empty elements due to "''p1'" syntax if (lc($ARGV[0]) eq '-v') { |