[ "$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
. ../../../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
. ../../../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
. ../../../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