index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-08-18 00:23:06 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-18 10:47:41 -0500 |
commit | 3752edbff48fc472c5944f05f665adb000a521d9 (patch) | |
tree | 0274684e5519b4696ff70d647d1e653f94a37ae9 /test | |
parent | d008a816f1125ca44f0b2165b38220047860ecb0 (diff) |
-rw-r--r-- | test/pacman/tests/replace103.py | 2 |
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 |