test: bump the second partition size to 50MB

10MB is not enough for a LUKS2 partition.
This commit is contained in:
Frantisek Sumsal 2019-03-15 05:54:35 +01:00
parent 3ac35cbc2b
commit 32983312ed

View file

@ -470,7 +470,7 @@ create_empty_image() {
[ -b "$LOOPDEV" ] || return 1
echo "LOOPDEV=$LOOPDEV" >> $STATEFILE
sfdisk "$LOOPDEV" <<EOF
,$((_size-10))M
,$((_size-50))M
,
EOF