Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pactest/tests/sync500.py
diff options
context:
space:
mode:
authorChantry Xavier <shiningxc@gmail.com>2008-01-14 20:02:01 +0100
committerDan McGee <dan@archlinux.org>2008-01-14 21:43:30 -0600
commit1dca8b630937450ba66351f53c5ce3e59f14732c (patch)
tree2da52efcb29ef0162bfd388788f3ff3cf97e8e11 /pactest/tests/sync500.py
parent223a0ce89d0abbf3a0e4a33c1a96c2e9cbd096cc (diff)
Rename provision related pactests to provision*.py.
Also add 3 new pactests to cover both the -U and -S operations for versioned provisions. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/sync500.py')
-rw-r--r--pactest/tests/sync500.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/pactest/tests/sync500.py b/pactest/tests/sync500.py
deleted file mode 100644
index 36364c16..00000000
--- a/pactest/tests/sync500.py
+++ /dev/null
@@ -1,10 +0,0 @@
-self.description = "-S provision"
-
-sp = pmpkg("pkg1")
-sp.provides = ["provision 1.0-1"]
-self.addpkg2db("sync", sp)
-
-self.args = "-S provision"
-
-self.addrule("PACMAN_RETCODE=0")
-self.addrule("PKG_EXIST=pkg1")