From: Abigail Date: Fri, 20 Nov 2009 18:05:40 +0000 (+0100) Subject: Update count X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c8cb608be521a7a75396f6874d94ea00541c9a2;p=p5sagit%2Fp5-mst-13.2.git Update count --- diff --git a/lib/File/Find/t/find.t b/lib/File/Find/t/find.t index a59ea78..27e08be 100644 --- a/lib/File/Find/t/find.t +++ b/lib/File/Find/t/find.t @@ -19,7 +19,7 @@ BEGIN { } my $test_count = 85; -$test_count += 114 if $symlink_exists; +$test_count += 119 if $symlink_exists; $test_count += 18 if $^O eq 'MSWin32'; $test_count += 2 if $^O eq 'MSWin32' and $symlink_exists;