(plus it reveals a couple of annoying glitches
in buffering), so skip the test for now; from
Charles Lane.
p4raw-id: //depot/perl@12884
use ExtUtils::Embed;
use File::Spec;
+if ($^O eq 'VMS') {
+ print "1..0 # not on VMS\n";
+ exit 0;
+}
open(my $fh,">embed_test.c") || die "Cannot open embed_test.c:$!";
print $fh <DATA>;
close($fh);