Move important information up in -Si output
[pacman-ng.git] / test / pacman / tests / query007.py
blob35bb0ca6184fb04174e57035d8b72fa813684d5f
1 self.description = "Query ownership of file in root"
3 sp = pmpkg("dummy")
4 sp.files = ["etc/config"]
5 self.addpkg2db("local", sp)
7 self.filesystem = ["config"]
9 self.args = "-Qo /config"
11 self.addrule("PACMAN_RETCODE=1")