diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2004-10-09 20:13:38 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-11 07:28:34 +0000 |
commit | 40996b7810cf32994b2b30ccaee4f9d870d60be0 (patch) | |
tree | 8ef8ecac76429a3627efcf6c747961e70a9e517c /t/harness | |
parent | 131b3ad08b25bcfcb31b9933319b3186bdd13248 (diff) | |
download | perl-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/harness | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |