diff options
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 /pactest/tests/remove040.py | |
parent | 796cc4e6ed06644081f05c1aff4624a6e11eade3 (diff) | |
download | pacman-07069cd50291753ff6a99750cce4ea3a5a06ddb6.tar.xz |
pactest: fix description of remove040
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/remove040.py')
-rw-r--r-- | pactest/tests/remove040.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |