summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/remove052.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/remove052.py')
-rw-r--r--test/pacman/tests/remove052.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/remove052.py b/test/pacman/tests/remove052.py
index df1e0db1..4c444e44 100644
--- a/test/pacman/tests/remove052.py
+++ b/test/pacman/tests/remove052.py
@@ -13,7 +13,7 @@ lp3 = pmpkg("pkg3")
lp3.reason = 1
self.addpkg2db("local", lp3)
-self.args = "-Rs %s" % " ".join([p.name for p in lp1, lp3])
+self.args = "-Rs %s" % " ".join([p.name for p in (lp1, lp3)])
self.addrule("PACMAN_RETCODE=0")
self.addrule("!PKG_EXIST=pkg1")