From 36618c03e6ebd7e1e2f1898b41a0835884bc4a8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 15 Jul 2024 17:56:11 +0200 Subject: [PATCH] tests: properly specify excluded packages --- plans/tier1-internal.fmf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf index 71c3e63..735ba14 100644 --- a/plans/tier1-internal.fmf +++ b/plans/tier1-internal.fmf @@ -12,10 +12,12 @@ adjust: summary: Internal Tier1 tests plan - coreutils prepare: how: install - exclude: coreutils-single + exclude: + - coreutils-single /coreutils-single: summary: Internal Tier1 tests plan - coreutils-single prepare: how: install - exclude: coreutils + exclude: + - coreutils