From: Frantisek Sumsal Date: Mon, 5 Jun 2023 07:40:21 +0000 (+0200) Subject: test: make the data partition larger for the cryptsetup test X-Git-Tag: v254-rc1~281^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7e913841b1136dc4f15415df27f95fe67923b08;p=thirdparty%2Fsystemd.git 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. --- 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