summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade004.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/upgrade004.py')
-rw-r--r--test/pacman/tests/upgrade004.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/upgrade004.py b/test/pacman/tests/upgrade004.py
index 31daf915..6a4cdf07 100644
--- a/test/pacman/tests/upgrade004.py
+++ b/test/pacman/tests/upgrade004.py
@@ -7,6 +7,7 @@ self.addpkg(p)
self.args = "-U %s" % p.filename()
+self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=dummy")
for f in p.files:
self.addrule("FILE_EXIST=%s" % f)