Re: [PATCH] xsubpp prototypes warnings
[p5sagit/p5-mst-13.2.git] / t / test.pl
index be052b5..351963a 100644 (file)
--- a/t/test.pl
+++ b/t/test.pl
@@ -272,7 +272,7 @@ sub _quote_args {
     foreach (@$args) {
        # In VMS protect with doublequotes because otherwise
        # DCL will lowercase -- unless already doublequoted.
-       $_ = q(").$_.q(") if $is_vms && !/^\"/;
+       $_ = q(").$_.q(") if $is_vms && !/^\"/ && length($_) > 0;
        $$runperl .= ' ' . $_;
     }
 }