From: Tobias Stoeckmann Date: Fri, 19 Dec 2025 14:54:12 +0000 (+0000) Subject: tests: Fix typos in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdfa2d66bcff5d3cfb74abccb2edb638df9b55c;p=thirdparty%2Fshadow.git tests: Fix typos in comments No functional change Signed-off-by: Tobias Stoeckmann --- diff --git a/tests/chage/01/run b/tests/chage/01/run index fbabc87ab..9b0ab0ede 100755 --- a/tests/chage/01/run +++ b/tests/chage/01/run @@ -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 diff --git a/tests/usertools/chpasswd-PAM/04_chpasswd_no_shadow_entry/chpasswd.test b/tests/usertools/chpasswd-PAM/04_chpasswd_no_shadow_entry/chpasswd.test index 4f5d7eb5d..6537750b1 100755 --- a/tests/usertools/chpasswd-PAM/04_chpasswd_no_shadow_entry/chpasswd.test +++ b/tests/usertools/chpasswd-PAM/04_chpasswd_no_shadow_entry/chpasswd.test @@ -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 diff --git a/tests/usertools/chpasswd-PAM/29_chpasswd-e_no_shadow_entry/chpasswd.test b/tests/usertools/chpasswd-PAM/29_chpasswd-e_no_shadow_entry/chpasswd.test index ef5274a6f..6ce759a6f 100755 --- a/tests/usertools/chpasswd-PAM/29_chpasswd-e_no_shadow_entry/chpasswd.test +++ b/tests/usertools/chpasswd-PAM/29_chpasswd-e_no_shadow_entry/chpasswd.test @@ -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 diff --git a/tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/chpasswd.test b/tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/chpasswd.test index 81a006bf4..ca3468857 100755 --- a/tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/chpasswd.test +++ b/tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/chpasswd.test @@ -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