projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1be0765
)
Upping the test count.
Jarkko Hietaniemi [Fri, 15 Jun 2001 14:20:33 +0000 (14:20 +0000)]
p4raw-id: //depot/perl@10610
t/lib/filefind.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/filefind.t
b/t/lib/filefind.t
index
3e73ffc
..
5bd8324
100755
(executable)
--- a/
t/lib/filefind.t
+++ b/
t/lib/filefind.t
@@
-18,7
+18,7
@@
BEGIN {
$SIG{'__WARN__'} = sub { $warn_msg = $_[0]; warn "# Warn: $_[0]"; }
}
-if ( $symlink_exists ) { print "1..184\n"; }
+if ( $symlink_exists ) { print "1..193\n"; }
else { print "1..75\n"; }
use File::Find;