From a6ace987a913852af30bb5e3ae6bf145dc9c6157 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 May 2010 18:47:30 -0500 Subject: Add some machinery to test the Include directive After the previous patch that re-enabled its use outside of sync repository sections which we had unintentionally disabled. Signed-off-by: Dan McGee --- pactest/tests/config002.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pactest/tests/config002.py (limited to 'pactest/tests/config002.py') diff --git a/pactest/tests/config002.py b/pactest/tests/config002.py new file mode 100644 index 00000000..8efe5a04 --- /dev/null +++ b/pactest/tests/config002.py @@ -0,0 +1,12 @@ +self.description = "Quick check for Include being parsed in [db]" + +sp = pmpkg("dummy") +sp.files = ["bin/dummy", + "usr/man/man1/dummy.1"] +self.addpkg2db("sync", sp) + +self.db['sync'].option['Include'] = ['/dev/null'] + +self.args = "-Si %s" % sp.name + +self.addrule("PACMAN_RETCODE=0") -- cgit v1.2.3-24-g4f1b