diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/pacman/tests/pacman005.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/pacman/tests/pacman005.py b/test/pacman/tests/pacman005.py index 99c25b26..bb21ad4f 100644 --- a/test/pacman/tests/pacman005.py +++ b/test/pacman/tests/pacman005.py @@ -6,6 +6,3 @@ self.addpkg2db("local", p) self.args = "-Qy" self.addrule("PACMAN_RETCODE=1") - -self.expectfailure = True - |