summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync030.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync030.py')
-rw-r--r--test/pacman/tests/sync030.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync030.py b/test/pacman/tests/sync030.py
index 1fd97500..b904ddb9 100644
--- a/test/pacman/tests/sync030.py
+++ b/test/pacman/tests/sync030.py
@@ -10,7 +10,7 @@ p2 = pmpkg("pkg2", "1.0-2")
for p in p1, p2:
self.addpkg2db("sync", p)
-self.args = "-S --asdeps %s" % " ".join([p.name for p in p1, p2])
+self.args = "-S --asdeps %s" % " ".join([p.name for p in (p1, p2)])
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_VERSION=pkg1|1.0-2")