diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-06-26 12:19:09 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-03 18:46:32 +1000 |
commit | 71da296d01ee564d39012415d7e1981c42723648 (patch) | |
tree | f8e0e0235299df55289761325711e7a350cd450d /test | |
parent | c3835c157a870de8f4ac554f6d72e78e49c4e46b (diff) | |
download | pacman-71da296d01ee564d39012415d7e1981c42723648.tar.xz |
check_pkg_fast: check file type
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/pacman/tests/querycheck_fast_file_type.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pacman/tests/querycheck_fast_file_type.py b/test/pacman/tests/querycheck_fast_file_type.py index a19fceeb..f53badaf 100644 --- a/test/pacman/tests/querycheck_fast_file_type.py +++ b/test/pacman/tests/querycheck_fast_file_type.py @@ -10,5 +10,3 @@ self.args = "-Qk" self.addrule("PACMAN_RETCODE=1") self.addrule("PACMAN_OUTPUT=warning.*(File type mismatch)") - -self.expectfailure = True |