From: Jarkko Hietaniemi Date: Fri, 17 Sep 1999 12:59:11 +0000 (+0000) Subject: Detypo #4169. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=56d29690c8ebd1c37bb431304b220d01f5ba17f0;p=p5sagit%2Fp5-mst-13.2.git Detypo #4169. p4raw-id: //depot/cfgperl@4170 --- diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 80f0ebf..1fe5032 100644 --- a/t/lib/syslfs.t +++ b/t/lib/syslfs.t @@ -101,7 +101,7 @@ unless($syswrite && $close) { } elsif ($! =~ /quota/i) { print "1..0\n# filesystem quota limits?\n"; } -lain(); + explain(); bye(); } diff --git a/t/op/lfs.t b/t/op/lfs.t index 2384c96..6003df2 100644 --- a/t/op/lfs.t +++ b/t/op/lfs.t @@ -105,7 +105,7 @@ unless ($print && $close) { } elsif ($! =~ /quota/i) { print "1..0\n# filesystem quota limits?\n"; } - ain(); + explain(); bye(); }