summaryrefslogtreecommitdiffstats
path: root/pactest/tests/upgrade057.py
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2008-07-05 10:48:26 +0200
committerDan McGee <dan@archlinux.org>2008-07-08 04:14:13 +0200
commit30702350fa442fd6d450f909cda7124369e68f77 (patch)
treef580277f225f98161a7139be330de4be0a20dc5b /pactest/tests/upgrade057.py
parent72c0ab5c51d5119b6f81c768b1a0f6ff499df292 (diff)
downloadpacman-30702350fa442fd6d450f909cda7124369e68f77.tar.gz
pacman-30702350fa442fd6d450f909cda7124369e68f77.tar.xz
Remove requiredby from pactests
Also remove some meaningless pactests (broken requiredby, requiredby*.py tests). requiredby001.py was renamed to upgrade076.py. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/upgrade057.py')
-rw-r--r--pactest/tests/upgrade057.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pactest/tests/upgrade057.py b/pactest/tests/upgrade057.py
index fd3e7138..b1eb5029 100644
--- a/pactest/tests/upgrade057.py
+++ b/pactest/tests/upgrade057.py
@@ -6,7 +6,6 @@ self.addpkg2db("local", lp1)
lp2 = pmpkg("pkg2")
lp2.provides = ["imag3"]
-lp2.requiredby = ["pkg1"]
self.addpkg2db("local", lp2)
p = pmpkg("pkg2", "1.0-2")
@@ -18,6 +17,5 @@ self.args = "-U %s" % p.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=pkg1")
self.addrule("PKG_VERSION=pkg2|1.0-2")
-self.addrule("PKG_REQUIREDBY=pkg2|pkg1")
self.addrule("PKG_DEPENDS=pkg1|pkg2")
self.addrule("PKG_DEPENDS=pkg1|imag3")