From 972720f939262dd00d29e8eab766b01d3fda56b8 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Mon, 4 Jul 2005 05:10:13 -0500 Subject: [PATCH] Skip nit in t/op/lfs.t Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25071 --- t/op/lfs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 1.8.3.1