From 5ca53797893901d074315f5679235f955744c6c1 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 11 Jul 2024 19:34:39 +0200 Subject: [PATCH] add filesystem tests to 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 12b2f949f..bcf3d6cae 100755 --- a/usr/bin/archboot-testsuite.sh +++ b/usr/bin/archboot-testsuite.sh @@ -91,7 +91,7 @@ for i in $(pacman -Ql $(pacman -Q | sd ' .*' '') | rg -o '/usr/share/licenses/.* done _result license-error.txt _run_test "filesystems..." -for i in bcachefs btrfs ext4 swap xfs vfat; do +for i in bcachefs btrfs ext4 swap vfat xfs; do dd if=/dev/zero of=/test.img bs=1M count=1000 &>"${_NO_LOG}" if [[ "${i}" == "swap" ]]; then mkswap /test.img &>"${_NO_LOG}" || echo "Creation error: ${i}" >> filesystems-error.log