From 4d3d2852dfeed483c27ad577d4bab6efa9609ad7 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 24 Sep 2011 07:30:34 +0000 Subject: [PATCH] Fix typo. --- tests/chage/01/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/chage/01/run b/tests/chage/01/run index 022d79a7..df64325c 100755 --- a/tests/chage/01/run +++ b/tests/chage/01/run @@ -116,7 +116,7 @@ chage -I -1 myuser7 ent=$(getent shadow myuser7) [ "$ent" = 'myuser7:$1$yQnIAZWV$gDAMB2IkqaONgrQiRdo4y.:15280:0:99999:7::18294:' ] || exit 1 echo "testing option -I 0" -# NOTE: We should check that this is the expected bahavior +# NOTE: We should check that this is the expected behavior chage -I 0 myuser7 ent=$(getent shadow myuser7) [ "$ent" = 'myuser7:$1$yQnIAZWV$gDAMB2IkqaONgrQiRdo4y.:15280:0:99999:7:0:18294:' ] || exit 1