From 060d06d2f7f93ebc2d3af6a0846f06b2f7d38c3a Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Mon, 5 May 2014 22:34:15 -0400 Subject: remove.c: downgrade TRANS_DUP_TARGET to warning Matches the behavior for sync packages. Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/tests/remove001.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/pacman/tests/remove001.py b/test/pacman/tests/remove001.py index 02d00a42..263418b2 100644 --- a/test/pacman/tests/remove001.py +++ b/test/pacman/tests/remove001.py @@ -5,5 +5,5 @@ self.args = "-R " + "foo "*5 -self.addrule("PACMAN_RETCODE=1") -self.addrule("PKG_EXIST=foo") +self.addrule("PACMAN_RETCODE=0") +self.addrule("!PKG_EXIST=foo") -- cgit v1.2.3-54-g00ecf