From 32983312ed70e7b105e4da837edd8759a7c682ea Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 15 Mar 2019 05:54:35 +0100 Subject: [PATCH] test: bump the second partition size to 50MB 10MB is not enough for a LUKS2 partition. --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index cd8175117b..e6fccce8c3 100644 --- a/test/test-functions +++ b/test/test-functions @@ -470,7 +470,7 @@ create_empty_image() { [ -b "$LOOPDEV" ] || return 1 echo "LOOPDEV=$LOOPDEV" >> $STATEFILE sfdisk "$LOOPDEV" <