summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/querycheck_fast_file_type.py
blob: a19fceeb6f6dc135ff4d0af6d34368a70314f380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
self.description = "check file type without mtree"

self.filesystem = [ "bar/", "foo -> bar/" ]

pkg = pmpkg("dummy")
pkg.files = [ "foo/" ]
self.addpkg2db("local",pkg)

self.args = "-Qk"

self.addrule("PACMAN_RETCODE=1")
self.addrule("PACMAN_OUTPUT=warning.*(File type mismatch)")

self.expectfailure = True