diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2014-05-05 22:34:15 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-05-07 14:14:41 +1000 |
commit | 060d06d2f7f93ebc2d3af6a0846f06b2f7d38c3a (patch) | |
tree | 0ad03db69d906fad3ee62fbfb01679cfdbd0cd34 /test | |
parent | 00fbdabc55c1de28f65eef27cb6448608c3d4e1f (diff) | |
download | pacman-060d06d2f7f93ebc2d3af6a0846f06b2f7d38c3a.tar.xz |
remove.c: downgrade TRANS_DUP_TARGET to warning
Matches the behavior for sync packages.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/pacman/tests/remove001.py | 4 |
1 files changed, 2 insertions, 2 deletions
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.addpkg2db("local", p) 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") |