Message-ID: <Pine.OSF.4.10.
10104181536440.272477-100000@aspara.forte.com>
p4raw-id: //depot/perl@9744
my($test, $name) = @_;
print "not " unless $test;
print "ok $test_num";
- print " - $name" if defined $name;
+ print " - $name" if (defined $name && ! $^O eq 'VMS');
print "\n";
$test_num++;
}