diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-19 09:58:50 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-11-23 10:03:18 +0100 |
commit | 75f6ae064e80b830d3320e1c01c4ab052b3298a1 (patch) | |
tree | 05cfb11fd1352771f172780d4c84b3fdab0330d9 /test/units | |
parent | man: document min/max for --disk-space= too (diff) | |
download | systemd-75f6ae064e80b830d3320e1c01c4ab052b3298a1.tar.xz systemd-75f6ae064e80b830d3320e1c01c4ab052b3298a1.zip |
test: update test to use --disk-size=min
Diffstat (limited to '')
-rwxr-xr-x | test/units/testsuite-46.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-46.sh b/test/units/testsuite-46.sh index 16329fec36..daec1536b0 100755 --- a/test/units/testsuite-46.sh +++ b/test/units/testsuite-46.sh @@ -35,7 +35,7 @@ mount -t tmpfs tmpfs /home-pool -o size=290M # needlessly pressure for storage. We also set the cheapest KDF, since we don't # want to waste CI CPU cycles on it. NEWPASSWORD=xEhErW0ndafV4s homectl create test-user \ - --disk-size=256M \ + --disk-size=min \ --luks-discard=yes \ --image-path=/home-pool/test-user.home \ --luks-pbkdf-type=pbkdf2 \ |