projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b948423
)
Detypo #4169.
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:59:11 +0000 (12:59 +0000)]
p4raw-id: //depot/cfgperl@4170
t/lib/syslfs.t
patch
|
blob
|
blame
|
history
t/op/lfs.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/syslfs.t
b/t/lib/syslfs.t
index
80f0ebf
..
1fe5032
100644
(file)
--- 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
(file)
--- 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();
}