summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ExtUtils/t/ExtUtils.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ExtUtils/t/ExtUtils.t b/lib/ExtUtils/t/ExtUtils.t
index e63d1179e5..5b6bf56466 100644
--- a/lib/ExtUtils/t/ExtUtils.t
+++ b/lib/ExtUtils/t/ExtUtils.t
@@ -403,6 +403,7 @@ if ($^O eq 'MSWin32' && $make eq 'nmake') { $make .= " -nologo"; }
my @makeout;
+if ($^O eq 'VMS') { $make .= ' all'; }
print "# make = '$make'\n";
@makeout = `$make`;
if ($?) {
@@ -413,6 +414,8 @@ if ($?) {
print "ok 3\n";
}
+if ($^O eq 'VMS') { $make =~ s{ all}{}; }
+
if ($Config{usedl}) {
print "ok 4\n";
} else {