summaryrefslogtreecommitdiff
path: root/t/harness
diff options
context:
space:
mode:
authorAbe Timmerman <abe@ztreet.demon.nl>2004-10-09 20:13:38 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-11 07:28:34 +0000
commit40996b7810cf32994b2b30ccaee4f9d870d60be0 (patch)
tree8ef8ecac76429a3627efcf6c747961e70a9e517c /t/harness
parent131b3ad08b25bcfcb31b9933319b3186bdd13248 (diff)
downloadperl-40996b7810cf32994b2b30ccaee4f9d870d60be0.tar.gz
add the 'test_harness' target to vms "makefile"
Message-Id: <200410091813.38673.abe@ztreet.demon.nl> p4raw-id: //depot/perl@23358
Diffstat (limited to 't/harness')
-rw-r--r--t/harness3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/harness b/t/harness
index f7239fe3b1..e745db8a34 100644
--- a/t/harness
+++ b/t/harness
@@ -47,6 +47,9 @@ foreach (keys %datahandle) {
my @tests = ();
+# [.VMS]TEST.COM calls harness with empty arguments, so clean-up @ARGV
+@ARGV = grep $_ && length( $_ ) => @ARGV;
+
if (@ARGV) {
if ($^O eq 'MSWin32') {
@tests = map(glob($_),@ARGV);