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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/remove020.py b/pactest/tests/remove020.py
index 246cb478..bdfc2c26 100644
--- a/pactest/tests/remove020.py
+++ b/pactest/tests/remove020.py
@@ -5,7 +5,7 @@ p1.files = ["etc/dummy.conf"]
p1.backup = ["etc/dummy.conf"]
self.addpkg2db("local", p1)
-self.args = "-R %s" % p1.name
+self.args = "-Rn %s" % p1.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("!PKG_EXIST=dummy")