summaryrefslogtreecommitdiffstats
path: root/pactest
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-06-11 03:33:24 +0200
committerDan McGee <dan@archlinux.org>2007-06-11 03:33:24 +0200
commit07069cd50291753ff6a99750cce4ea3a5a06ddb6 (patch)
tree3d9de677798f0c228f479a6e86e39d18fdf87d3e /pactest
parent796cc4e6ed06644081f05c1aff4624a6e11eade3 (diff)
downloadpacman-07069cd50291753ff6a99750cce4ea3a5a06ddb6.tar.gz
pacman-07069cd50291753ff6a99750cce4ea3a5a06ddb6.tar.xz
pactest: fix description of remove040
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest')
-rw-r--r--pactest/tests/remove040.py2
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"]