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

index 3e73ffc..5bd8324 100755 (executable)
@@ -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;