diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-17 12:59:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-09-17 12:59:11 +0000 |
commit | 56d29690c8ebd1c37bb431304b220d01f5ba17f0 (patch) | |
tree | eb0413b58c1d9dd0e49d54e5cfccc0da311b956a | |
parent | b948423fa27928dae94a4b06811fa23064f5c0c2 (diff) | |
download | perl-56d29690c8ebd1c37bb431304b220d01f5ba17f0.tar.gz |
Detypo #4169.
p4raw-id: //depot/cfgperl@4170
-rw-r--r-- | t/lib/syslfs.t | 2 | ||||
-rw-r--r-- | t/op/lfs.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/t/lib/syslfs.t b/t/lib/syslfs.t index 80f0ebf540..1fe5032cf3 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 2384c96d8c..6003df2a69 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(); } |