summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/pmdb.py')
-rwxr-xr-xtest/pacman/pmdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/pmdb.py b/test/pacman/pmdb.py
index 7f798192..c2753370 100755
--- a/test/pacman/pmdb.py
+++ b/test/pacman/pmdb.py
@@ -162,7 +162,7 @@ class pmdb:
pkg.epoch = int(fd.readline().strip("\n"))
elif line == "%FORCE%":
fd.readline()
- pkg.force = 1
+ pkg.force = True
elif line == "%DEPENDS%":
pkg.depends = _getsection(fd)
elif line == "%OPTDEPENDS%":