summaryrefslogtreecommitdiffstats
path: root/pactest/tests/remove020.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/remove020.py')
-rw-r--r--pactest/tests/remove020.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pactest/tests/remove020.py b/pactest/tests/remove020.py
index 293ad1bd..246cb478 100644
--- a/pactest/tests/remove020.py
+++ b/pactest/tests/remove020.py
@@ -1,12 +1,13 @@
-self.description = "Remove a package, with a file marked for backup (--nosave)"
+self.description = "Remove a package with a file marked for backup (--nosave)"
p1 = pmpkg("dummy")
p1.files = ["etc/dummy.conf"]
p1.backup = ["etc/dummy.conf"]
self.addpkg2db("local", p1)
-self.args = "-Rn 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")