diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2008-07-05 10:48:26 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-07-08 04:14:13 +0200 |
commit | 30702350fa442fd6d450f909cda7124369e68f77 (patch) | |
tree | f580277f225f98161a7139be330de4be0a20dc5b /pactest/tests/sync400.py | |
parent | 72c0ab5c51d5119b6f81c768b1a0f6ff499df292 (diff) | |
download | pacman-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/sync400.py')
-rw-r--r-- | pactest/tests/sync400.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pactest/tests/sync400.py b/pactest/tests/sync400.py index 2ee1095d..dd6aaf4e 100644 --- a/pactest/tests/sync400.py +++ b/pactest/tests/sync400.py @@ -13,7 +13,6 @@ lp1.depends = ["pkg2=1.0-1"] self.addpkg2db("local", lp1) lp2 = pmpkg("pkg2", "1.0-1") -lp2.requiredby = [ "pkg1" ] self.addpkg2db("local", lp2) self.args = "-S pkg1" |