Removed a redundancy

CVS patchset: 4578
CVS date: 2001/02/27 07:35:32
This commit is contained in:
rjray 2001-02-27 07:35:32 +00:00
parent 6783b510aa
commit cf7b6002da
1 changed files with 1 additions and 2 deletions

View File

@ -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;