summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade072.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade072.py')
-rw-r--r--test/pacman/tests/upgrade072.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/upgrade072.py b/test/pacman/tests/upgrade072.py
index f88e150c..116103b6 100644
--- a/test/pacman/tests/upgrade072.py
+++ b/test/pacman/tests/upgrade072.py
@@ -6,7 +6,7 @@ p.files = ["bin/dummy",
p.depends = ["dep1"]
self.addpkg(p)
-self.args = "-Ud %s" % p.filename()
+self.args = "-Udd %s" % p.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=dummy")