diff options
Diffstat (limited to 'pactest/tests/sync300.py')
-rw-r--r-- | pactest/tests/sync300.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pactest/tests/sync300.py b/pactest/tests/sync300.py deleted file mode 100644 index 31b520a8..00000000 --- a/pactest/tests/sync300.py +++ /dev/null @@ -1,14 +0,0 @@ -self.description = "Sync with corrupt database (broken deps)" - -sp1 = pmpkg("pkg1") -sp1.depends = ["pkg2=1.1"] -self.addpkg2db("sync", sp1) - -sp2 = pmpkg("pkg2", "1.0-1") -self.addpkg2db("sync", sp2) - -self.args = "-S %s" % sp1.name - -self.addrule("PACMAN_RETCODE=1") -self.addrule("!PKG_EXIST=pkg1") -self.addrule("!PKG_EXIST=pkg2") |