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/upgrade056.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/upgrade056.py')
-rw-r--r-- | pactest/tests/upgrade056.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pactest/tests/upgrade056.py b/pactest/tests/upgrade056.py index 74394b36..db34266b 100644 --- a/pactest/tests/upgrade056.py +++ b/pactest/tests/upgrade056.py @@ -22,3 +22,5 @@ self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_EXIST=pkg1") self.addrule("PKG_VERSION=pkg2|1.0-2") self.addrule("PKG_EXIST=pkg3") +self.addrule("!PKG_REQUIREDBY=pkg1|pkg2") +self.addrule("PKG_REQUIREDBY=pkg1|pkg3") |