summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/sync1101.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/sync1101.py')
-rw-r--r--test/pacman/tests/sync1101.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/pacman/tests/sync1101.py b/test/pacman/tests/sync1101.py
new file mode 100644
index 00000000..e3ed0f0f
--- /dev/null
+++ b/test/pacman/tests/sync1101.py
@@ -0,0 +1,12 @@
+self.description = "Search for package from a sync db"
+
+sp = pmpkg("dummy")
+sp.groups = ["group1", "group2"]
+sp.files = ["bin/dummy",
+ "usr/man/man1/dummy.1"]
+self.addpkg2db("sync", sp)
+
+self.args = "-Ss %s" % sp.name
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("PACMAN_OUTPUT=%s" % sp.name)