summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-08-18 07:23:06 +0200
committerDan McGee <dan@archlinux.org>2011-08-18 17:47:41 +0200
commit3752edbff48fc472c5944f05f665adb000a521d9 (patch)
tree0274684e5519b4696ff70d647d1e653f94a37ae9 /test
parentd008a816f1125ca44f0b2165b38220047860ecb0 (diff)
downloadpacman-3752edbff48fc472c5944f05f665adb000a521d9.tar.gz
pacman-3752edbff48fc472c5944f05f665adb000a521d9.tar.xz
Fix replacement of provider issue
When we switched to using alpm_depcmp() in resolving replacments, we had some interesting behavior with regard to providers and packages not found in repositories. Teach the replacement resolving code to not look at provisions at all to be slightly more sane. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r--test/pacman/tests/replace103.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pacman/tests/replace103.py b/test/pacman/tests/replace103.py
index 955e22d0..538d1033 100644
--- a/test/pacman/tests/replace103.py
+++ b/test/pacman/tests/replace103.py
@@ -17,5 +17,3 @@ self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=util-linux-git")
self.addrule("!PKG_EXIST=util-linux")
-
-self.expectfailure = True