projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1163f0e
)
Correct the test count in lib/File/Temp/t/lock.t
Nicholas Clark [Thu, 20 Dec 2007 10:41:52 +0000 (10:41 +0000)]
I guess that it was skipped in rather too many places, so no-one
noticed.
p4raw-id: //depot/perl@32666
lib/File/Temp/t/lock.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Temp/t/lock.t
b/lib/File/Temp/t/lock.t
index
cd62d54
..
d08b94a
100644
(file)
--- a/
lib/File/Temp/t/lock.t
+++ b/
lib/File/Temp/t/lock.t
@@
-11,7
+11,7
@@
BEGIN {
if ($@) {
plan skip_all => 'Do not seem to have O_EXLOCK';
} else {
- plan tests => 3;
+ plan tests => 4;
}
use_ok( "File::Temp" );