Removed a redundancy
CVS patchset: 4578 CVS date: 2001/02/27 07:35:32
This commit is contained in:
parent
6783b510aa
commit
cf7b6002da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue