Removed a redundancy
authorrjray <devnull@localhost>
Tue, 27 Feb 2001 07:35:32 +0000 (07:35 +0000)
committerrjray <devnull@localhost>
Tue, 27 Feb 2001 07:35:32 +0000 (07:35 +0000)
CVS patchset: 4578
CVS date: 2001/02/27 07:35:32

Perl-RPM/t/01_database.t

index d6de288..d3402ac 100755 (executable)
@@ -2,7 +2,7 @@
 
 use RPM::Database;
 
-print "1..19\n";
+print "1..18\n";
 $count = 1;
 
 #
@@ -158,6 +158,5 @@ print "not " if $hdr;
 print "ok $count\n"; $count++;
 
 undef $rpm;
-print "ok $count\n"; $count++;
 
 exit 0;