From df0dac10e5bbace9ceeeffce19d8a16e5bc3ae21 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 21 Oct 2006 20:04:36 +0000 Subject: Fixed this test so that it succeeds - it is probably not 100% appropriate, but the check that pkg1 is modified and pkg2 does not exist is good enough for this use-case. Now we have a 100% pactest success --- pactest/tests/sync898.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pactest') diff --git a/pactest/tests/sync898.py b/pactest/tests/sync898.py index 06583217..5917e825 100644 --- a/pactest/tests/sync898.py +++ b/pactest/tests/sync898.py @@ -13,6 +13,6 @@ self.addpkg2db("local", lp1) self.args = "-S pkg1 pkg2" -self.addrule("PACMAN_RETCODE=1") -self.addrule("!PKG_MODIFIED=pkg1") +self.addrule("PACMAN_RETCODE=0") +self.addrule("PKG_MODIFIED=pkg1") self.addrule("!PKG_EXIST=pkg2") -- cgit v1.2.3-24-g4f1b