From 81e6071e0f0c6ea1f4bb654e3e98493c4650e858 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 16 Jun 2011 13:50:23 -0500 Subject: pactest: add retcode=0 to several tests Signed-off-by: Dan McGee --- test/pacman/tests/upgrade022.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/pacman/tests/upgrade022.py') diff --git a/test/pacman/tests/upgrade022.py b/test/pacman/tests/upgrade022.py index dcf7ae01..581a66ad 100644 --- a/test/pacman/tests/upgrade022.py +++ b/test/pacman/tests/upgrade022.py @@ -12,6 +12,7 @@ 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") -- cgit v1.2.3-54-g00ecf