summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync-nodepversion04.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync-nodepversion04.py')
-rw-r--r--test/pacman/tests/sync-nodepversion04.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/pacman/tests/sync-nodepversion04.py b/test/pacman/tests/sync-nodepversion04.py
index f5a091e4..2bf83bb2 100644
--- a/test/pacman/tests/sync-nodepversion04.py
+++ b/test/pacman/tests/sync-nodepversion04.py
@@ -8,10 +8,8 @@ p2 = pmpkg("pkg2", "1.0-2")
p2.provides = ["provision=1.0-1"]
self.addpkg2db("sync", p2)
-self.args = "-Sdd %s" % p1.name
+self.args = "-Sd %s" % p1.name
self.addrule("PACMAN_RETCODE=1")
self.addrule("!PKG_EXIST=pkg1")
self.addrule("!PKG_EXIST=pkg2")
-
-self.expectfailure = True