diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-11-23 16:44:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 16:44:26 +0100 |
commit | 5c682b788188f213f095daf82fbf1c732166aca2 (patch) | |
tree | 872f593f78114e278381ac7813bb963efb45ecf9 /test | |
parent | 76eec0649936d9ae2f9087769f463feaf0cf5cb4 (diff) | |
parent | 75f6ae064e80b830d3320e1c01c4ab052b3298a1 (diff) | |
download | systemd-5c682b788188f213f095daf82fbf1c732166aca2.tar.gz |
Merge pull request #21440 from poettering/homed-initial-fs-size
homed: also support minimizing/maximizing home dirs when creating them
Diffstat (limited to 'test')
-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 \ |