Modified/fixed some tests.

CVS patchset: 3760
CVS date: 2000/05/27 03:58:51
This commit is contained in:
rjray 2000-05-27 03:58:51 +00:00
parent 0b06485803
commit 7b8b4dc22c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ print "not " if ($hdr->size <= 0);
print "ok 6\n";
# Check tagtype()
use RPM::Constants ':rpmtypes';
use RPM::Constants ':rpmtype';
print "not " unless ($hdr->tagtype(q{size}) == RPM_INT32_TYPE);
print "ok 7\n";