summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-21 13:31:57 +0000
committerNicholas Clark <nick@ccl4.org>2011-02-21 13:31:57 +0000
commit115e9681b8231e4672c4d1f4ad598dba6f23a54c (patch)
tree1cd2a4ceede804e698b83dc469c19a76584c002a /vms/test.com
parent44bcdf2982dc8e16a1775b26b660a1716a7bf3be (diff)
downloadperl-115e9681b8231e4672c4d1f4ad598dba6f23a54c.tar.gz
In t/TEST, automatically detect if running under miniperl
Set $ENV{PERL_CORE_MINITEST} based on defined &DynaLoader::boot_DynaLoader, instead of relying on a -minitest parameter. &DynaLoader::boot_DynaLoader is undefined in miniperl, defined in perl, for both -Dusedl and -Uusedl
Diffstat (limited to 'vms/test.com')
-rw-r--r--vms/test.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com
index 63573f29cc..709608e964 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -83,7 +83,7 @@ $ Define 'dbg'Perlshr 'PerlShr_filespec'
$ If F$Mode() .nes. "INTERACTIVE" Then Define/Nolog PERL_SKIP_TTY_TEST 1
$ If PERL_TEST_DRIVER .eqs. "minitest"
$ Then
-$ MCR Sys$Disk:[]Perl'exe' TEST. "-minitest" "base/*.t" "comp/*.t" "cmd/*.t" "run/*.t" "io/*.t" "op/*.t" "uni/*.t"
+$ MCR Sys$Disk:[]Perl'exe' TEST. "base/*.t" "comp/*.t" "cmd/*.t" "run/*.t" "io/*.t" "op/*.t" "uni/*.t"
$ Else
$ MCR Sys$Disk:[]Perl'exe' "-I[-.lib]" 'PERL_TEST_DRIVER' "''p3'" "''p4'" "''p5'" "''p6'" "''p7'"
$ EndIf