summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/ignore006.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/ignore006.py')
-rw-r--r--test/pacman/tests/ignore006.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/ignore006.py b/test/pacman/tests/ignore006.py
index d80ff81f..4c1c1cac 100644
--- a/test/pacman/tests/ignore006.py
+++ b/test/pacman/tests/ignore006.py
@@ -6,5 +6,5 @@ self.addpkg2db("sync", pkg)
self.option["IgnorePkg"] = ["package1"]
self.args = "--ask=1 -S %s" % pkg.name
-self.addrule("PACMAN_RETCODE=1")
+self.addrule("PACMAN_RETCODE=0")
self.addrule("!PKG_EXIST=package1")