X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=t%2F06_cal.t;h=547113c449ec94bbd8997d4fc0aaad8ded6489ef;hp=58457b2d993e0f8fc823f9e06023401f5edb6448;hb=627a8e2fb05a744a8381c58bf5fff6492a1cff02;hpb=71f544d6e70002cf5ddbadbb7a596bec38a69c9b diff --git a/t/06_cal.t b/t/06_cal.t index 58457b2..547113c 100755 --- a/t/06_cal.t +++ b/t/06_cal.t @@ -1,17 +1,16 @@ #!/usr/bin/perl use strict; - -my($test_count, $method); -BEGIN { $test_count = 17 ; $method = 'cal' } - -use Test::More tests => $test_count; - use FindBin; use lib $FindBin::RealBin; use testload; +my($test_count, $method); +BEGIN { $test_count = case_count() + 2 ; $method = 'cal' } + +use Test::More tests => $test_count; + SKIP: { my $CAL; chomp($CAL = `which cal`);