summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync132.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync132.py')
-rw-r--r--test/pacman/tests/sync132.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/sync132.py b/test/pacman/tests/sync132.py
index 2d671c73..5e85727d 100644
--- a/test/pacman/tests/sync132.py
+++ b/test/pacman/tests/sync132.py
@@ -14,5 +14,5 @@ self.addpkg2db("local", lp)
self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
-self.addrule("!PKG_EXIST=pkg1")
-self.addrule("PKG_EXIST=pkg2")
+self.addrule("PKG_EXIST=pkg1")
+self.addrule("!PKG_EXIST=pkg2")