Message-ID: <
20050704151013.GA18468@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25071
# Known haves that have problems running this test
# (for example because they do not support sparse files, like UNICOS)
if ($^O eq 'unicos') {
- print "1..0 # Skip: no sparse files in $^0, unable to test large files\n";
+ print "1..0 # Skip: no sparse files in $^O, unable to test large files\n";
bye();
}