summaryrefslogtreecommitdiffstats
path: root/pactest/tests/upgrade051.py
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests/upgrade051.py')
-rw-r--r--pactest/tests/upgrade051.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pactest/tests/upgrade051.py b/pactest/tests/upgrade051.py
index 4346c24d..1d173218 100644
--- a/pactest/tests/upgrade051.py
+++ b/pactest/tests/upgrade051.py
@@ -8,10 +8,8 @@ p.conflicts = ["pkg1"]
p.provides = ["pkg1"]
self.addpkg(p)
-self.args = "-U %s" % p.filename()
+self.args = "-U %s --ask=4" % p.filename()
self.addrule("PACMAN_RETCODE=0")
self.addrule("!PKG_EXIST=pkg1")
self.addrule("PKG_EXIST=pkg2")
-
-self.expectfailure = True