From: Lennart Poettering Date: Thu, 25 Nov 2021 09:58:50 +0000 (+0100) Subject: test: don't provide password to deactivation X-Git-Tag: v250-rc1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=993b9057724e72d354d4f22e949e209879ab75be;p=thirdparty%2Fsystemd.git 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. --- diff --git a/test/units/testsuite-46.sh b/test/units/testsuite-46.sh index 1e83657c05b..1ca5f033022 100755 --- a/test/units/testsuite-46.sh +++ b/test/units/testsuite-46.sh @@ -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