Move important information up in -Si output
[pacman-ng.git] / test / pacman / tests / config002.py
blob8efe5a04acda21c28b0bb842d4b168141a3b5ceb
1 self.description = "Quick check for Include being parsed in [db]"
3 sp = pmpkg("dummy")
4 sp.files = ["bin/dummy",
5 "usr/man/man1/dummy.1"]
6 self.addpkg2db("sync", sp)
8 self.db['sync'].option['Include'] = ['/dev/null']
10 self.args = "-Si %s" % sp.name
12 self.addrule("PACMAN_RETCODE=0")