summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-23 16:44:26 +0100
committerGitHub <noreply@github.com>2021-11-23 16:44:26 +0100
commit5c682b788188f213f095daf82fbf1c732166aca2 (patch)
tree872f593f78114e278381ac7813bb963efb45ecf9 /test
parent76eec0649936d9ae2f9087769f463feaf0cf5cb4 (diff)
parent75f6ae064e80b830d3320e1c01c4ab052b3298a1 (diff)
downloadsystemd-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-xtest/units/testsuite-46.sh2
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 \