index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2015-12-04 14:14:32 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-05 17:46:22 +1000 |
commit | 4838d250e5fc258bdd52dc31098ed2ad0e44ee40 (patch) | |
tree | 3542dbadea732d9b2e0d29b8aac1102b70c91b3e /test | |
parent | bb5e6c3b767e923fdb6cbdd75a930838c9b2a018 (diff) |
-rw-r--r-- | test/pacman/tests/symlink021.py | 2 |
diff --git a/test/pacman/tests/symlink021.py b/test/pacman/tests/symlink021.py index 19a7f099..1ba7c025 100644 --- a/test/pacman/tests/symlink021.py +++ b/test/pacman/tests/symlink021.py @@ -24,5 +24,3 @@ self.addrule("FILE_TYPE=usr/include/foo|dir") self.addrule("!FILE_TYPE=usr/include/bar|link") self.addrule("FILE_EXIST=usr/include/foo/header.h") self.addrule("FILE_EXIST=usr/include/bar/header.h") - -self.expectfailure = True |