diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-28 04:00:21 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-28 04:00:21 +0000 |
commit | bd7eb9475cdf3bd6dff62e4a38243cac18ba0c8e (patch) | |
tree | 1b59860a7803d2b2511d50f9f45979f9cd535867 /pactest/tests/upgrade053.py | |
parent | 820fae9d75be7527964d441164f0bce6eaaf5183 (diff) | |
download | pacman-bd7eb9475cdf3bd6dff62e4a38243cac18ba0c8e.tar.xz |
* Added another test as suggested by Nagy on the ML- a package both provides
for and is a dependency of another package. (upgrade057)
* Removed man2html stuff from doc/Makefile.am.
* Patch: improved depends checking in _alpm_checkdeps
Nagy Gabor <ngaba@petra.hos.u-szeged.hu>
* Slight revisions to pmrule.py to allow for a PKG_PROVIDES test.
* Very quick updates to the pactest README.
* Added rules to some of the newer upgrade tests. Note: upgrade055 now fails
due to requiredby entries not being written packages that are dependencies
in a provides role.
Diffstat (limited to 'pactest/tests/upgrade053.py')
-rw-r--r-- | pactest/tests/upgrade053.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pactest/tests/upgrade053.py b/pactest/tests/upgrade053.py index 78de0b5e..4cbaa1f8 100644 --- a/pactest/tests/upgrade053.py +++ b/pactest/tests/upgrade053.py @@ -17,3 +17,4 @@ self.args = "-U %s" % p.filename() self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_VERSION=pkg1|1.0-2") self.addrule("PKG_EXIST=pkg2") +self.addrule("PKG_REQUIREDBY=pkg2|pkg1") |