mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 05:57:53 +00:00
tests: Fix typos in comments
No functional change Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
This commit is contained in:
parent
876e874684
commit
bbdfa2d66b
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user