1 self
.description
= "Install two packages with a conflicting file"
4 p1
.files
= ["bin/dummy",
5 "usr/man/man1/dummy.1",
9 p2
.files
= ["bin/foobar",
10 "usr/man/man1/foobar.1",
16 self
.args
= "-U %s" % " ".join([p
.filename() for p
in p1
, p2
])
18 self
.addrule("PACMAN_RETCODE=1")
19 self
.addrule("!PKG_EXIST=dummy")
20 self
.addrule("!PKG_EXIST=foobar")