summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/epoch012.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/epoch012.py')
-rw-r--r--test/pacman/tests/epoch012.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/pacman/tests/epoch012.py b/test/pacman/tests/epoch012.py
index e0c7314d..2a7a7ac2 100644
--- a/test/pacman/tests/epoch012.py
+++ b/test/pacman/tests/epoch012.py
@@ -3,13 +3,11 @@ self.description = "usbutils case study: maintainer screws up and removes force"
sp = pmpkg("usbutils", "003-1")
self.addpkg2db("sync", sp)
-lp = pmpkg("usbutils", "002-1")
-lp.epoch = 1
+lp = pmpkg("usbutils", "1:002-1")
self.addpkg2db("local", lp)
self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
# remember, this is how we have to handle this- 003 will not be installed
-self.addrule("PKG_VERSION=usbutils|002-1")
-self.addrule("PKG_EPOCH=usbutils|1")
+self.addrule("PKG_VERSION=usbutils|1:002-1")