summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/upgrade021.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-16 20:50:23 +0200
committerDan McGee <dan@archlinux.org>2011-06-20 07:36:01 +0200
commit81e6071e0f0c6ea1f4bb654e3e98493c4650e858 (patch)
tree56058f56772655dc1a325c732340f163fa26ee48 /test/pacman/tests/upgrade021.py
parent34876e4fe9707de961318da28dba604dffff6d49 (diff)
downloadpacman-81e6071e0f0c6ea1f4bb654e3e98493c4650e858.tar.gz
pacman-81e6071e0f0c6ea1f4bb654e3e98493c4650e858.tar.xz
pactest: add retcode=0 to several tests
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/upgrade021.py')
-rw-r--r--test/pacman/tests/upgrade021.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/upgrade021.py b/test/pacman/tests/upgrade021.py
index b45ea18a..9c623c04 100644
--- a/test/pacman/tests/upgrade021.py
+++ b/test/pacman/tests/upgrade021.py
@@ -12,6 +12,7 @@ self.addpkg(p)
self.args = "-U %s" % p.filename()
+self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_VERSION=dummy|1.0-2")
self.addrule("!FILE_MODIFIED=etc/dummy.conf")
self.addrule("!FILE_PACNEW=etc/dummy.conf")