From 89525d39306a55735669f379753fa1fe55f1348e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 17 Jun 2024 19:46:28 +0200 Subject: [PATCH] ignore gconv-modules.cache cache file --- usr/bin/archboot-testsuite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-testsuite.sh b/usr/bin/archboot-testsuite.sh index 45c737586..921aed7a4 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -89,7 +89,7 @@ pacman --noconfirm -Rdd base gettext &>>"${_LOG}" echo -e "Starting none tracked files in \e[1m10\e[m seconds... \e[1;92mCTRL-C\e[m to stop now." read -t 10 _run_test "none tracked files in /usr/lib... this takes a while" -for i in $(find /usr/lib | grep -v -E '/modules|/udev'); do +for i in $(find /usr/lib | grep -v -E '/modules|/udev|/gconv/gconv-modules.cache'); do pacman -Qo ${i} &>${_NO_LOG} || echo ${i} >> pacman-error.log done _result pacman-error.log