1 self
.description
= "conflict between a directory and a file"
5 self
.addpkg2db("sync", p1
)
9 self
.addpkg2db("sync", p2
)
11 self
.args
= "-S pkg1 pkg2"
13 self
.addrule("PACMAN_RETCODE=1")
14 self
.addrule("!PKG_EXIST=pkg1")
15 self
.addrule("!PKG_EXIST=pkg2")
17 self
.expectfailure
= True