diff options
Diffstat (limited to 'pactest/tests/sync050.py')
-rw-r--r-- | pactest/tests/sync050.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pactest/tests/sync050.py b/pactest/tests/sync050.py new file mode 100644 index 00000000..6c7619be --- /dev/null +++ b/pactest/tests/sync050.py @@ -0,0 +1,10 @@ +self.description = "Install a virtual target (provided by a sync package)" + +sp1 = pmpkg("pkg1") +sp1.provides = ["pkg2"] +self.addpkg2db("sync", sp1); + +self.args = "-S pkg2" + +self.addrule("PACMAN_RETCODE=0") +self.addrule("PKG_EXIST=pkg1") |