summaryrefslogtreecommitdiff
path: root/test/pacman/tests/sync305.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-02-15 15:16:23 -0600
committerDan McGee <dan@archlinux.org>2012-02-15 15:56:16 -0600
commit9a1ff474f1fe03e8bfdaf81ffc9a4881a44baea9 (patch)
treea7502d6a51ac632e738979d75747eb496e70fa9d /test/pacman/tests/sync305.py
parentedd81f3e8b505be2f7c7a18d3c28956b82264c45 (diff)
Revert "Enable recursive/needed sync on SyncFirst"
This reverts commit 09034520325efcc2e684f05fa7a99c02bad1f5be. Tests affected by this revert have been adjusted; additionally a few EXIST tests have been removed where there is already a VERSION test doing the job for us. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/sync305.py')
-rw-r--r--test/pacman/tests/sync305.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pacman/tests/sync305.py b/test/pacman/tests/sync305.py
index 24fcee48..62005b58 100644
--- a/test/pacman/tests/sync305.py
+++ b/test/pacman/tests/sync305.py
@@ -61,7 +61,4 @@ self.option["SyncFirst"] = ["pacman"]
self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
-self.addrule("PKG_EXIST=pacman")
self.addrule("PKG_VERSION=pacman|4.0.1-2")
-
-self.expectfailure = True