From 74763843f7e21f31e09550ec0c7d07ba88e26040 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 31 Oct 2009 21:35:45 +0000 Subject: [PATCH] Add dak.conf for tests as utilities parse it. Signed-off-by: Chris Lamb --- tests/fixtures/dak.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/fixtures/dak.conf b/tests/fixtures/dak.conf index e69de29b..94992fe5 100644 --- a/tests/fixtures/dak.conf +++ b/tests/fixtures/dak.conf @@ -0,0 +1,19 @@ +# For extract_component_from_section tests + +Component +{ + main + { + Description "Main"; + }; + + contrib + { + Description "Contrib"; + }; + + non-free + { + Description "Software that fails to meet the DFSG"; + }; +}; -- 2.39.5