diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-27 17:15:47 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-27 17:15:47 +0100 |
commit | 6673d188b949effa40b9206919cc50a37863c32d (patch) | |
tree | 9ec609d90a3caea045d2d6c14b7a2a46fb2df2f4 /pactest/tests/upgrade052.py | |
parent | b8c8b2ec5573a795cdd1453dbc265b034953d2fa (diff) | |
download | pacman-6673d188b949effa40b9206919cc50a37863c32d.tar.gz pacman-6673d188b949effa40b9206919cc50a37863c32d.tar.xz |
* Updated description of test upgrade052.
* Added the actual "Nagy's bug" as upgrade055.py.
* Updated the Makefile to distribute the pactest readme.
* Removed COPYING from the pactest directory- see COPYING at the root for the
same license.
Diffstat (limited to 'pactest/tests/upgrade052.py')
-rw-r--r-- | pactest/tests/upgrade052.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/upgrade052.py b/pactest/tests/upgrade052.py index 98ffe3aa..5579edb1 100644 --- a/pactest/tests/upgrade052.py +++ b/pactest/tests/upgrade052.py @@ -1,4 +1,4 @@ -self.description = "Nagy's bug (I think) -- in progress" +self.description = "Upgrade to a package that provides less than before" lp1 = pmpkg("pkg1") lp1.depends = ["imaginary"] |