From 335037df22304918ab9f6b367f4dfb66c5bb6719 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 10 Jun 2024 15:07:56 +0200 Subject: [PATCH] add testsuite --- 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 c33be23db..195f117e2 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -31,7 +31,7 @@ done echo "Base Binary Test..." _BASE_BLACKLIST="arpd backup bashbug enosys exch fsck.cramfs fsck.minix gawk-5.3.0 gawkbug gencat getconf iconv iconvconfig lastlog2 ld.so locale lsclocks makedb makepkg-template memusage memusagestat mkfs.bfs mkfs.cramfs mkfs.minix mtrace newgidmap newuidmap pcprofiledump pldd pstree.x11 restore routel run0 setpgid sln sotruss sprof systemd-confext systemd-cryptsetup systemd-delta systemd-repart systemd-run systemd-vmspawn varlinkctl xtrace" archboot-binary-check.sh base -for i in grep '/usr/bin/' binary.txt | sed -e 's#^/usr/bin/##g'; do +for i in $(grep '/usr/bin/' binary.txt | sed -e 's#^/usr/bin/##g'); do if ! echo "${_BASE_BLACKLIST}" | grep -qw "${i}"; then echo "Test failed!" echo "${i}" >> base-binary.txt