blob: 35bb0ca6184fb04174e57035d8b72fa813684d5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
self.description = "Query ownership of file in root"
sp = pmpkg("dummy")
sp.files = ["etc/config"]
self.addpkg2db("local", sp)
self.filesystem = ["config"]
self.args = "-Qo /config"
self.addrule("PACMAN_RETCODE=1")
|