]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
tests: Fix typos in comments
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 19 Dec 2025 14:54:12 +0000 (14:54 +0000)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Fri, 19 Dec 2025 15:48:08 +0000 (16:48 +0100)
No functional change

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
tests/chage/01/run
tests/usertools/chpasswd-PAM/04_chpasswd_no_shadow_entry/chpasswd.test
tests/usertools/chpasswd-PAM/29_chpasswd-e_no_shadow_entry/chpasswd.test
tests/usertools/chpasswd/04_chpasswd_no_shadow_entry/chpasswd.test

index fbabc87abf1c59996023375a2b91902df2681b68..9b0ab0ede6ecd0a4fc8970cc797fdbace0d2aeb1 100755 (executable)
@@ -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
 
index 4f5d7eb5d52506245d9f908e21d3ec208518720f..6537750b166d426f21dda55b715c15277023574f 100755 (executable)
@@ -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
 
index ef5274a6f49cf02959775c51081cdad6d976659c..6ce759a6f714e0632713ab9a2bbde31714e6f228 100755 (executable)
@@ -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
 
index 81a006bf41685bd7f657f987cd45be26891f8427..ca34688572d64facd7e4125d104351633cdb4a42 100755 (executable)
@@ -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