Only 20 tests defined.

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@302 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2004-09-05 16:32:35 +00:00
parent 2dc7ab5f8d
commit b26b79c6ca

View File

@ -2,7 +2,7 @@
use strict;
use warnings;
use Test::More tests => 21;
use Test::More tests => 20;
BEGIN {
use_ok('Qpsmtpd::Address');