From: Jarkko Hietaniemi Date: Fri, 15 Jun 2001 14:20:33 +0000 (+0000) Subject: Upping the test count. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=950bcf42ff3ed8cd4a2c7d059ed175bb2adff093;p=p5sagit%2Fp5-mst-13.2.git Upping the test count. p4raw-id: //depot/perl@10610 --- diff --git a/t/lib/filefind.t b/t/lib/filefind.t index 3e73ffc..5bd8324 100755 --- 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;