diff options
Diffstat (limited to 'test/pacman/tests/sync142.py')
-rw-r--r-- | test/pacman/tests/sync142.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync142.py b/test/pacman/tests/sync142.py index 83766bb8..726ef304 100644 --- a/test/pacman/tests/sync142.py +++ b/test/pacman/tests/sync142.py @@ -5,7 +5,7 @@ sp.epoch = 2 self.addpkg2db("sync", sp) lp = pmpkg("dummy", "2.0-1") -lp.force = 1 +lp.force = True self.addpkg2db("local", lp) self.args = "-Su" |