summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade043.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade043.py')
-rw-r--r--test/pacman/tests/upgrade043.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade043.py b/test/pacman/tests/upgrade043.py
index f531cb82..62a7bd08 100644
--- a/test/pacman/tests/upgrade043.py
+++ b/test/pacman/tests/upgrade043.py
@@ -17,7 +17,7 @@ p2.files = ["etc/profile**"]
p2.backup = ["etc/profile"]
self.addpkg(p2)
-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.filesystem = ["etc/profile"]