summaryrefslogtreecommitdiffstats
path: root/pactest/tests
diff options
context:
space:
mode:
Diffstat (limited to 'pactest/tests')
-rw-r--r--pactest/tests/sync897.py1
-rw-r--r--pactest/tests/sync899.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/pactest/tests/sync897.py b/pactest/tests/sync897.py
index adaaa1c2..0a5433cd 100644
--- a/pactest/tests/sync897.py
+++ b/pactest/tests/sync897.py
@@ -24,3 +24,4 @@ self.args = "-Su"
self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=pkg1")
self.addrule("!PKG_EXIST=pkg2")
+self.addrule("!PKG_EXIST=pkg3")
diff --git a/pactest/tests/sync899.py b/pactest/tests/sync899.py
index 698c93ea..a561ae63 100644
--- a/pactest/tests/sync899.py
+++ b/pactest/tests/sync899.py
@@ -1,4 +1,4 @@
-self.description = "System upgrade"
+self.description = "System upgrade - conflict/provide with an installed package"
sp1 = pmpkg("pkg1", "1.0-2")
sp1.conflicts = ["pkg2"]