From b7e913841b1136dc4f15415df27f95fe67923b08 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 5 Jun 2023 09:40:21 +0200 Subject: [PATCH] test: make the data partition larger for the cryptsetup test As we use it for /var and with the default 100 MiB there's not enough space for the journal. --- test/TEST-24-CRYPTSETUP/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TEST-24-CRYPTSETUP/test.sh b/test/TEST-24-CRYPTSETUP/test.sh index 87ffaea4539..c7e024ffed9 100755 --- a/test/TEST-24-CRYPTSETUP/test.sh +++ b/test/TEST-24-CRYPTSETUP/test.sh @@ -4,6 +4,7 @@ set -e TEST_DESCRIPTION="cryptsetup systemd setup" IMAGE_NAME="cryptsetup" +IMAGE_ADDITIONAL_DATA_SIZE=100 TEST_NO_NSPAWN=1 TEST_FORCE_NEWIMAGE=1 -- 2.47.3