summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade015.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade015.py')
-rw-r--r--test/pacman/tests/upgrade015.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade015.py b/test/pacman/tests/upgrade015.py
index 22f7c36b..ea6046cb 100644
--- a/test/pacman/tests/upgrade015.py
+++ b/test/pacman/tests/upgrade015.py
@@ -6,7 +6,7 @@ self.addpkg(p)
self.filesystem = ["etc/dummy.conf"]
-self.args = "-Uf %s" % p.filename()
+self.args = "-U --force %s" % p.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=dummy")