summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/epoch011.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/epoch011.py')
-rw-r--r--test/pacman/tests/epoch011.py9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/pacman/tests/epoch011.py b/test/pacman/tests/epoch011.py
index 2c064aa1..bc5ee619 100644
--- a/test/pacman/tests/epoch011.py
+++ b/test/pacman/tests/epoch011.py
@@ -1,15 +1,12 @@
self.description = "usbutils case study: force stays, epoch now in local db"
-sp = pmpkg("usbutils", "002-1")
-sp.force = True
+sp = pmpkg("usbutils", "1:002-1")
self.addpkg2db("sync", sp)
-lp = pmpkg("usbutils", "001-1")
-lp.epoch = 1
+lp = pmpkg("usbutils", "1:001-1")
self.addpkg2db("local", lp)
self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
-self.addrule("PKG_VERSION=usbutils|002-1")
-self.addrule("PKG_EPOCH=usbutils|1")
+self.addrule("PKG_VERSION=usbutils|1:002-1")