summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync103.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync103.py')
-rw-r--r--test/pacman/tests/sync103.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/pacman/tests/sync103.py b/test/pacman/tests/sync103.py
new file mode 100644
index 00000000..15e7c8e1
--- /dev/null
+++ b/test/pacman/tests/sync103.py
@@ -0,0 +1,13 @@
+self.description = "Sysupgrade with a local package not existing in sync db"
+
+sp = pmpkg("spkg")
+self.addpkg2db("sync", sp)
+
+lp = pmpkg("lpkg")
+self.addpkg2db("local", lp)
+
+self.args = "-Su"
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("!PKG_MODIFIED=lpkg")
+self.addrule("!PKG_EXIST=spkg")