diff options
Diffstat (limited to 'pactest/tests/sync103.py')
-rw-r--r-- | pactest/tests/sync103.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pactest/tests/sync103.py b/pactest/tests/sync103.py new file mode 100644 index 00000000..5d17790b --- /dev/null +++ b/pactest/tests/sync103.py @@ -0,0 +1,14 @@ +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") |