summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade030.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade030.py')
-rw-r--r--test/pacman/tests/upgrade030.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade030.py b/test/pacman/tests/upgrade030.py
index 8a6c473b..ff09f722 100644
--- a/test/pacman/tests/upgrade030.py
+++ b/test/pacman/tests/upgrade030.py
@@ -14,7 +14,7 @@ p2 = pmpkg("pkg2", "1.0-2")
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=0")
self.addrule("PKG_REASON=pkg1|0")