]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: make the data partition larger for the cryptsetup test
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 5 Jun 2023 07:40:21 +0000 (09:40 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 5 Jun 2023 14:50:13 +0000 (16:50 +0200)
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

index 87ffaea453998d7795ba832ec72e4fa9719f7006..c7e024ffed9e66cb1188207dbd80eda40dbb3fdd 100755 (executable)
@@ -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