summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade013.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade013.py')
-rw-r--r--test/pacman/tests/upgrade013.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade013.py b/test/pacman/tests/upgrade013.py
index 5a327599..4497f19f 100644
--- a/test/pacman/tests/upgrade013.py
+++ b/test/pacman/tests/upgrade013.py
@@ -13,7 +13,7 @@ p2.files = ["bin/foobar",
for p in p1, p2:
self.addpkg(p)
-self.args = "-U %s" % " ".join([p.filename() for p in p1, p2])
+self.args = "-U %s" % " ".join([p.filename() for p in (p1, p2)])
self.addrule("PACMAN_RETCODE=1")
self.addrule("!PKG_EXIST=dummy")