TEST-46-HOMED: remove unnecessary users

Workaround for issue #38240.
This commit is contained in:
Yu Watanabe
2025-07-29 12:29:12 +09:00
parent 454edd9e7a
commit f48068a379

View File

@@ -632,6 +632,7 @@ EOF
homedsshtest@localhost env
wait_for_state homedsshtest inactive
homectl remove homedsshtest
fi
NEWPASSWORD=hunter4711 homectl create aliastest --storage=directory --alias=aliastest2 --alias=aliastest3 --realm=myrealm
@@ -657,6 +658,8 @@ getent passwd aliastest@myrealm
getent passwd aliastest2@myrealm
getent passwd aliastest3@myrealm
homectl remove aliastest
NEWPASSWORD=quux homectl create tmpfsquota --storage=subvolume --dev-shm-limit=50K --tmp-limit=50K -P
for p in /dev/shm /tmp; do
if findmnt -n -o options "$p" | grep -q usrquota; then