From ddd1c63de74011a47df5f830d18d532e9ea08b37 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Mon, 3 Mar 2025 16:14:55 +0900 Subject: [PATCH] test: mmdebstrap: Add test for dpkg-opts and apt-opts Signed-off-by: Nobuhiro Iwamatsu --- tests/debian/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/debian/test.yaml b/tests/debian/test.yaml index 63ea0fa..3fcbc00 100644 --- a/tests/debian/test.yaml +++ b/tests/debian/test.yaml @@ -9,6 +9,12 @@ actions: suite: {{ $suite }} variant: minbase merged-usr: true +{{- if eq $tool "mmdebstrap" }} + dpkg-opts: + - path-exclude=/usr/share/man/* + apt-opts: + - Apt::Install-Recommends "true" +{{- end }} - action: apt description: Install some base packages