1 self
.description
= "fileconflict error cancels the sync transaction after the removal part"
5 sp
.files
= ["dir/file"]
6 self
.addpkg2db("sync", sp
)
9 self
.addpkg2db("local", lp1
)
12 lp2
.files
= ["dir/file"]
13 self
.addpkg2db("local", lp2
)
17 self
.addrule("PACMAN_RETCODE=1")
18 self
.addrule("!PKG_EXIST=pkg1")
19 self
.addrule("PKG_EXIST=pkg2")
20 self
.addrule("PKG_EXIST=pkg3")