summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync-nodepversion03.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync-nodepversion03.py')
-rw-r--r--test/pacman/tests/sync-nodepversion03.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/sync-nodepversion03.py b/test/pacman/tests/sync-nodepversion03.py
index 8ebb1c89..378ff76a 100644
--- a/test/pacman/tests/sync-nodepversion03.py
+++ b/test/pacman/tests/sync-nodepversion03.py
@@ -1,4 +1,4 @@
-self.description = "nodepversion: -Sd works but no deps"
+self.description = "nodepversion: -Sdd works but no deps"
p1 = pmpkg("pkg1", "1.0-2")
p1.depends = ["provision>=1.0-2"]
@@ -8,7 +8,7 @@ p2 = pmpkg("pkg2", "1.0-2")
p2.provides = ["provision=1.0-1"]
self.addpkg2db("sync", p2)
-self.args = "-Sd %s" % p1.name
+self.args = "-Sdd %s" % p1.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=pkg1")