summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync992.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync992.py')
-rw-r--r--test/pacman/tests/sync992.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/sync992.py b/test/pacman/tests/sync992.py
index 63faaaba..3b538933 100644
--- a/test/pacman/tests/sync992.py
+++ b/test/pacman/tests/sync992.py
@@ -15,7 +15,7 @@ for p in sp1, sp2, sp3:
lp1 = pmpkg("pkg2", "0.1-1")
self.addpkg2db("local", lp1)
-self.args = "-S %s --ask=4" % " ".join([p.name for p in sp1, sp2])
+self.args = "-S %s --ask=4" % " ".join([p.name for p in (sp1, sp2)])
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=pkg1")