index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-06-10 21:33:24 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-10 21:33:24 -0400 |
commit | 07069cd50291753ff6a99750cce4ea3a5a06ddb6 (patch) | |
tree | 3d9de677798f0c228f479a6e86e39d18fdf87d3e | |
parent | 796cc4e6ed06644081f05c1aff4624a6e11eade3 (diff) |
-rw-r--r-- | pactest/tests/remove040.py | 2 |
diff --git a/pactest/tests/remove040.py b/pactest/tests/remove040.py index d15984b3..07d3e67d 100644 --- a/pactest/tests/remove040.py +++ b/pactest/tests/remove040.py @@ -1,4 +1,4 @@ -self.description = "Remove a package required by another package" +self.description = "Remove a package that requires another package" lp1 = pmpkg("pkg1") lp1.depends = ["imaginary"] |