[Pkg-shadow-commits] r3504 - debian/trunk/tests/chage/01

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat Sep 24 07:30:35 UTC 2011


Author: nekral-guest
Date: 2011-09-24 07:30:34 +0000 (Sat, 24 Sep 2011)
New Revision: 3504

Modified:
   debian/trunk/tests/chage/01/run
Log:
Fix typo.


Modified: debian/trunk/tests/chage/01/run
===================================================================
--- debian/trunk/tests/chage/01/run	2011-09-24 07:29:31 UTC (rev 3503)
+++ debian/trunk/tests/chage/01/run	2011-09-24 07:30:34 UTC (rev 3504)
@@ -116,7 +116,7 @@
 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




More information about the Pkg-shadow-commits mailing list