summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync143.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync143.py')
-rw-r--r--test/pacman/tests/sync143.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync143.py b/test/pacman/tests/sync143.py
index 37353a84..2ee940a9 100644
--- a/test/pacman/tests/sync143.py
+++ b/test/pacman/tests/sync143.py
@@ -7,7 +7,7 @@ self.addpkg2db("sync", sp)
lp = pmpkg("dummy", "2.0-1")
lp.files = ["bin/dummyold"]
-lp.force = 1
+lp.force = True
self.addpkg2db("local", lp)
self.args = "-Su"