index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rw-r--r-- | test/pacman/tests/replace101.py | 2 |
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 |