From 15ca5d2d237c11d84fd760c003b842915f003893 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 11 Apr 2012 11:01:05 -0700 Subject: [PATCH] we only run 2 tests, not 5 in 02_common.t --- t/02_common.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02_common.t b/t/02_common.t index c3ed2b5..d770d3f 100644 --- a/t/02_common.t +++ b/t/02_common.t @@ -1,6 +1,6 @@ # -*- mode: cperl;-*- -use Test::More tests => 5; +use Test::More tests => 2; use Encode qw(decode_utf8); use_ok('Debbugs::Common'); -- 2.39.2