diff options
author | Dan McGee <dan@archlinux.org> | 2011-08-08 23:54:46 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-09 16:13:25 -0500 |
commit | 5c1b83d9b1e8c25e78fd9f24faf0f15b9a933c8b (patch) | |
tree | 785e6477a4287b6f4e30868d46a2e862e632304a /test | |
parent | ce74f76a4c923f9c13463189dedbdb04683b2142 (diff) | |
download | pacman-5c1b83d9b1e8c25e78fd9f24faf0f15b9a933c8b.tar.xz |
Parse replaces strings as dep strings with version specs
This is done extremely crudely and is not very efficient, but it does
push us down the path of being closer to right, as one additional test
now passes.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/pacman/tests/replace101.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pacman/tests/replace101.py b/test/pacman/tests/replace101.py index ee0f8607..00d2b6b3 100644 --- a/test/pacman/tests/replace101.py +++ b/test/pacman/tests/replace101.py @@ -16,5 +16,3 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("!PKG_EXIST=python-yaml") self.addrule("PKG_VERSION=python2-yaml|5-1") self.addrule("FILE_EXIST=lib/python2/file") - -self.expectfailure = True |