X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibhtml-calendarmonth-perl.git;a=blobdiff_plain;f=1.16%2Ft%2F06_cal.t;fp=1.16%2Ft%2F06_cal.t;h=0000000000000000000000000000000000000000;hp=58457b2d993e0f8fc823f9e06023401f5edb6448;hb=ed44be48bb467d82127717d1ae2d11890aaf329b;hpb=982e2bb08f00d800e2cd9fb65b108231719c8a65 diff --git a/1.16/t/06_cal.t b/1.16/t/06_cal.t deleted file mode 100755 index 58457b2..0000000 --- a/1.16/t/06_cal.t +++ /dev/null @@ -1,21 +0,0 @@ -#!/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; - -SKIP: { - my $CAL; - chomp($CAL = `which cal`); - skip("$method not installed", $test_count) unless -x $CAL; - check_datetool($method); - check_basic_with_datetool($method); -}