From 46eda12c1bdc13453446c49c021cbd7ee1e869d8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 3 Jan 2011 18:30:53 -0600 Subject: pactest: Use booleans where it makes sense No need to use 0/1 when we can use False/True for the force option. Signed-off-by: Dan McGee --- test/pacman/tests/sync143.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/pacman/tests/sync143.py') 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" -- cgit v1.2.3