1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

test: don't provide password to deactivation

deactivation of home areas should work without any password being
supplied. Let's hence not supply it, to ensure things work correctly.
This commit is contained in:
Lennart Poettering 2021-11-25 10:58:50 +01:00
parent c42234abf2
commit 993b905772

View File

@ -69,7 +69,7 @@ inspect test-user
PASSWORD=xEhErW0ndafV4s homectl activate test-user
inspect test-user
PASSWORD=xEhErW0ndafV4s homectl deactivate test-user
homectl deactivate test-user
inspect test-user
PASSWORD=xEhErW0ndafV4s homectl update test-user --real-name="Offline test"
@ -78,7 +78,7 @@ inspect test-user
PASSWORD=xEhErW0ndafV4s homectl activate test-user
inspect test-user
PASSWORD=xEhErW0ndafV4s homectl deactivate test-user
homectl deactivate test-user
inspect test-user
# Do some resize tests, but only if we run on real kernels, as quota inside of containers will fail
@ -110,7 +110,7 @@ if ! systemd-detect-virt -cq ; then
PASSWORD=xEhErW0ndafV4s homectl resize test-user 256M
inspect test-user
PASSWORD=xEhErW0ndafV4s homectl deactivate test-user
homectl deactivate test-user
inspect test-user
fi