summaryrefslogtreecommitdiffstats
path: root/pactest/tests/sync003.py
blob: 3a480adfb497d21248a864ed3839bca6422ff9ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
self.description = "Install a package from a sync db, with a filesystem conflict"

sp = pmpkg("dummy")
sp.files = ["bin/dummy",
            "usr/man/man1/dummy.1"]
self.addpkg2db("sync", sp)

self.filesystem = ["bin/dummy"]

self.args = "-S dummy"

self.addrule("!PKG_EXIST=dummy")