tests: Fix typos in comments

No functional change

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
Tobias Stoeckmann 2025-12-19 14:54:12 +00:00 committed by Alejandro Colomar
parent 876e874684
commit bbdfa2d66b
4 changed files with 4 additions and 4 deletions

View File

@ -140,7 +140,7 @@ ent=$(getent shadow myuser7)
[ "$ent" = 'myuser7:$1$yQnIAZWV$gDAMB2IkqaONgrQiRdo4y.:15280:0:99999:7:12:18294:' ] || exit 1
echo "testing option --mindays"
chage --min 1 myuser7
# Note: that shouldn't have work
# Note: that shouldn't have worked
ent=$(getent shadow myuser7)
[ "$ent" = 'myuser7:$1$yQnIAZWV$gDAMB2IkqaONgrQiRdo4y.:15280:1:99999:7:12:18294:' ] || exit 1

View File

@ -8,7 +8,7 @@ cd $(dirname $0)
. ../../../common/log.sh
log_start "$0" "chpasswd changes the passwd entry if there are no shadow entries"
# FIXME: the PAM and !PAM versions differs:
# FIXME: the PAM and !PAM versions differ:
# PAM will create a shadow entry if the shadow file exists
# !PAM will update the passwd entry and leave the shadow file untouched

View File

@ -8,7 +8,7 @@ cd $(dirname $0)
. ../../../common/log.sh
log_start "$0" "chpasswd changes the passwd entry if there are no shadow entries"
# FIXME: the PAM and !PAM versions differs:
# FIXME: the PAM and !PAM versions differ:
# PAM will create a shadow entry if the shadow file exists
# !PAM will update the passwd entry and leave the shadow file untouched

View File

@ -8,7 +8,7 @@ cd $(dirname $0)
. ../../../common/log.sh
log_start "$0" "chpasswd changes the passwd entry if there are no shadow entries"
# FIXME: the PAM and !PAM versions differs:
# FIXME: the PAM and !PAM versions differ:
# PAM will create a shadow entry if the shadow file exists
# !PAM will update the passwd entry and leave the shadow file untouched