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.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/pacman/tests/epoch011.py b/test/pacman/tests/epoch011.py
new file mode 100644
index 00000000..bc5ee619
--- /dev/null
+++ b/test/pacman/tests/epoch011.py
@@ -0,0 +1,12 @@
+self.description = "usbutils case study: force stays, epoch now in local db"
+
+sp = pmpkg("usbutils", "1:002-1")
+self.addpkg2db("sync", sp)
+
+lp = pmpkg("usbutils", "1:001-1")
+self.addpkg2db("local", lp)
+
+self.args = "-Su"
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("PKG_VERSION=usbutils|1:002-1")