summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/fileconflict001.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/fileconflict001.py')
-rw-r--r--test/pacman/tests/fileconflict001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/fileconflict001.py b/test/pacman/tests/fileconflict001.py
index b1ad5e18..4777f93a 100644
--- a/test/pacman/tests/fileconflict001.py
+++ b/test/pacman/tests/fileconflict001.py
@@ -18,7 +18,7 @@ p2.files = ["dir/",
"dir/symdir/file"]
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.addrule("PACMAN_RETCODE=1")
self.addrule("!PKG_EXIST=pkg1")