all the "with truncated name" lines between "Autosplitting ..."
and "some names are not unique" lines are unexpected,
and the truncation message becomes:
testtest.al, testtest.al truncate to testtest
p4raw-id: //depot/perl@13446
my $lib = '"-I../lib"'; # ok on unix, nt, The extra \" are for VMS
BEGIN {
chdir 't' if -d 't';
+ if ($^O eq 'dos') {
+ print "1..0 # This test is not 8.3-aware.\n";
+ exit 0;
+ }
if ($^O eq 'MacOS') {
$incdir = ":auto-$$";
$lib = '-x -I::lib:'; # -x overcomes MPW $Config{startperl} anomaly