From 91418656e88512921c9d8d96aab6a7b336677464 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 19 Mar 2025 11:09:43 +0100 Subject: [PATCH] fmf: Stop creating /etc/pacman.d/gnupg mountpoint Not needed anymore with latest versions of mkosi. --- test/fmf/integration-tests/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/fmf/integration-tests/test.sh b/test/fmf/integration-tests/test.sh index 64e6c48fd26..7e7e1130fc1 100755 --- a/test/fmf/integration-tests/test.sh +++ b/test/fmf/integration-tests/test.sh @@ -126,9 +126,6 @@ fi # for now. export TEST_SKIP="TEST-21-DFUZZER" -# Create missing mountpoint for mkosi sandbox. -mkdir -p /etc/pacman.d/gnupg - mkosi summary mkosi -f sandbox -- true mkosi -f sandbox -- meson setup --buildtype=debugoptimized -Dintegration-tests=true build -- 2.47.3