From: Steve Peters Date: Mon, 4 Jul 2005 10:10:13 +0000 (-0500) Subject: Skip nit in t/op/lfs.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=972720f939262dd00d29e8eab766b01d3fda56b8;p=p5sagit%2Fp5-mst-13.2.git Skip nit in t/op/lfs.t Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25071 --- diff --git a/t/op/lfs.t b/t/op/lfs.t index f463b1b..8f022b8 100644 --- a/t/op/lfs.t +++ b/t/op/lfs.t @@ -67,7 +67,7 @@ if ($^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'VMS') { # 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(); }