Move important information up in -Si output
[pacman-ng.git] / test / pacman / tests / epoch012.py
blob2a7a7ac25d47ad2618763f0af43a7d378ad4f96e
1 self.description = "usbutils case study: maintainer screws up and removes force"
3 sp = pmpkg("usbutils", "003-1")
4 self.addpkg2db("sync", sp)
6 lp = pmpkg("usbutils", "1:002-1")
7 self.addpkg2db("local", lp)
9 self.args = "-Su"
11 self.addrule("PACMAN_RETCODE=0")
12 # remember, this is how we have to handle this- 003 will not be installed
13 self.addrule("PKG_VERSION=usbutils|1:002-1")