summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade090.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade090.py')
-rw-r--r--test/pacman/tests/upgrade090.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade090.py b/test/pacman/tests/upgrade090.py
index cdd4cace..9eb88948 100644
--- a/test/pacman/tests/upgrade090.py
+++ b/test/pacman/tests/upgrade090.py
@@ -16,7 +16,7 @@ sp = pmpkg("dep")
sp.files = ["bin/dep"]
self.addpkg2db("sync", sp)
-self.args = "-U %s --ask=16" % " ".join([p.filename() for p in p1, p2, p3])
+self.args = "-U %s --ask=16" % " ".join([p.filename() for p in (p1, p2, p3)])
self.addrule("PACMAN_RETCODE=0")
for p in p1, p2, sp: