summaryrefslogtreecommitdiffstats
path: root/pactest/tests/sync200.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/sync200.py')
-rw-r--r--pactest/tests/sync200.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/pactest/tests/sync200.py b/pactest/tests/sync200.py
deleted file mode 100644
index 9005bd3d..00000000
--- a/pactest/tests/sync200.py
+++ /dev/null
@@ -1,15 +0,0 @@
-self.description = "Synchronize the local database"
-
-sp1 = pmpkg("spkg1", "1.0-1")
-sp1.depends = ["spkg2"]
-sp2 = pmpkg("spkg2", "2.0-1")
-sp2.depends = ["spkg3"]
-sp3 = pmpkg("spkg3", "3.0-1")
-sp3.depends = ["spkg1"]
-
-for sp in sp1, sp2, sp3:
- self.addpkg2db("sync", sp)
-
-self.args = "-Sy"
-
-self.addrule("PACMAN_RETCODE=0")