]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fmf: Drop btrfs workaround
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 10:09:04 +0000 (11:09 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 19 Mar 2025 12:01:24 +0000 (13:01 +0100)
We switched to ext4 in mkosi.repart itself, so drop the workaround
in the fmf integration test script.

test/fmf/integration-tests/test.sh

index 5c9f03c960c84f0da4be6ea0381d034383a52c80..64e6c48fd26094502eef0187dbb050e39ae22b49 100755 (executable)
@@ -108,9 +108,6 @@ EOF
     touch /etc/yum.repos.d/mkosi.repo
 fi
 
-# TODO: drop once BTRFS regression is fixed in kernel 6.13
-sed -i "s/Format=btrfs/Format=ext4/" mkosi.repart/10-root.conf
-
 # If we don't have KVM, skip running in qemu, as it's too slow. But try to load the module first.
 modprobe kvm || true
 if [[ ! -e /dev/kvm ]]; then