From: Don Armstrong Date: Wed, 11 Apr 2012 18:01:05 +0000 (-0700) Subject: we only run 2 tests, not 5 in 02_common.t X-Git-Tag: release/2.6.0~376^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15ca5d2d237c11d84fd760c003b842915f003893;p=debbugs.git we only run 2 tests, not 5 in 02_common.t --- 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');