summaryrefslogtreecommitdiffstats
path: root/pactest/tests/remove030.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/remove030.py')
-rw-r--r--pactest/tests/remove030.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pactest/tests/remove030.py b/pactest/tests/remove030.py
index ff81a263..cc23f144 100644
--- a/pactest/tests/remove030.py
+++ b/pactest/tests/remove030.py
@@ -5,8 +5,9 @@ self.addpkg2db("local", p1)
self.option["holdpkg"] = ["dummy"]
-self.args = "-R dummy"
+self.args = "-R %s" % p1.name
+self.addrule("PACMAN_RETCODE=0")
self.addrule("!PKG_EXIST=dummy")
self.addrule("!FILE_EXIST=etc/dummy.conf")
self.addrule("!FILE_PACSAVE=etc/dummy.conf")