From 2d11302693fadb3b07ea28331c0af4e7678a03df Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 10 Dec 2023 15:30:42 +0100 Subject: [PATCH] tests: lint: fix u-boot-libre test. In the commit 4744953f7345dd8ccf452c3acbe1597b6a2fef52 ("u-boot-libre: move to different tasks."), the distclean task of u-boot-libre was removed, so this broke the lint tests as that file was not removed from the list of files to check in tests/lint. Signed-off-by: Denis 'GNUtoo' Carikli Acked-by: Adrien 'neox' Bourmault --- tests/lint | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lint b/tests/lint index b26086e..dc9d637 100755 --- a/tests/lint +++ b/tests/lint @@ -57,7 +57,6 @@ run_shellcheck \ resources/packages/seabios/distclean \ resources/packages/src/distclean \ resources/packages/u-boot-libre/distclean \ - resources/packages/u-boot/distclean \ resources/packages/website/distclean \ resources/scripts/tasks/distclean.sh \ tests/distclean \