]> git.donarmstrong.com Git - debbugs.git/commitdiff
we only run 2 tests, not 5 in 02_common.t
authorDon Armstrong <don@donarmstrong.com>
Wed, 11 Apr 2012 18:01:05 +0000 (11:01 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 11 Apr 2012 18:01:05 +0000 (11:01 -0700)
t/02_common.t

index c3ed2b5c30adee260f6fc8909d7391c3f60390c5..d770d3fe090e83ab7bf971c17f4cf3aa282f6c8f 100644 (file)
@@ -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');