summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade005.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade005.py')
-rw-r--r--test/pacman/tests/upgrade005.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade005.py b/test/pacman/tests/upgrade005.py
index 0f8c13ef..e0f77a63 100644
--- a/test/pacman/tests/upgrade005.py
+++ b/test/pacman/tests/upgrade005.py
@@ -14,7 +14,7 @@ p3.files = ["bin/pkg3", "usr/man/man1/pkg3.1"]
for p in p1, p2, p3:
self.addpkg(p)
-self.args = "-U %s" % " ".join([p.filename() for p in p1, p2, p3])
+self.args = "-U %s" % " ".join([p.filename() for p in (p1, p2, p3)])
self.addrule("PACMAN_RETCODE=0")
for p in p1, p2, p3: