X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fh2xs.t;h=5acc0b2c21fb00dba789607a3f975cf8077aca8c;hb=5fef21a34e2a36dc7c83d55110ccc5c57cc7d14d;hp=53739b2baf3c0b58f57be293e3371fb5f61f1e1a;hpb=1cb0fb506639f41107792256805556ee04e5463a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/h2xs.t b/lib/h2xs.t index 53739b2..5acc0b2 100644 --- a/lib/h2xs.t +++ b/lib/h2xs.t @@ -176,6 +176,10 @@ while (my ($args, $version, $expectation) = splice @tests, 0, 3) { $_ = ':' . join(':',split(/\//,$_)); $_ =~ s/$name:t:1.t/$name:t\/1.t/; # is this an h2xs bug? } + if ($^O eq 'VMS') { + $_ .= '.' unless $_ =~ m/\./; + $_ = lc($_) unless exists $got{$_}; + } ok (-e $_, "check for $_") and delete $got{$_}; } my @extra = keys %got;