pactest: fix description of remove040

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-06-10 21:33:24 -04:00
parent 796cc4e6ed
commit 07069cd502

View file

@ -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 = pmpkg("pkg1")
lp1.depends = ["imaginary"] lp1.depends = ["imaginary"]