summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade073.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade073.py')
-rw-r--r--test/pacman/tests/upgrade073.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade073.py b/test/pacman/tests/upgrade073.py
index 752a2336..7455ec1f 100644
--- a/test/pacman/tests/upgrade073.py
+++ b/test/pacman/tests/upgrade073.py
@@ -15,7 +15,7 @@ p3.files = ["bin/dep2"]
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")
self.addrule("PKG_VERSION=dummy|1.0-2")