summaryrefslogtreecommitdiffstats
path: root/rpmmodule
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-06 15:00:40 +0000
committerMatt Wilson <msw@redhat.com>2000-01-06 15:00:40 +0000
commit77e10526955536dcc65b8fc484360a2e634f649e (patch)
tree3768427b6362cd60c99c1b4cb00f4aa1a5cf21a7 /rpmmodule
parent2f5364beda5b899fccb1d4d95e378db0ae1a545b (diff)
downloadanaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.gz
anaconda-77e10526955536dcc65b8fc484360a2e634f649e.tar.xz
anaconda-77e10526955536dcc65b8fc484360a2e634f649e.zip
merge from Alpha/SPARC branch
Diffstat (limited to 'rpmmodule')
-rwxr-xr-xrpmmodule/testit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmmodule/testit b/rpmmodule/testit
index 855677bd0..32f1394a5 100755
--- a/rpmmodule/testit
+++ b/rpmmodule/testit
@@ -16,7 +16,7 @@ import os
db = rpm.opendb ()
-rc = db.findbyname ("XFree86d")
+rc = db.findbyname ("XFree86")
print len(rc)
for rec in rc: