* kpasswd.0/changing.exp: Fix y2k bug
authorTom Yu <tlyu@mit.edu>
Mon, 24 Jan 2000 22:58:38 +0000 (22:58 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 24 Jan 2000 22:58:38 +0000 (22:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11967 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/passwd/unit-test/ChangeLog
src/kadmin/passwd/unit-test/kpasswd.0/changing.exp

index c2c7fd5c2821d23bc8ddc5036aabd671d0adb75a..10509f885c2df9233fdc91caa2c707818dd3297c 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-24  Tom Yu  <tlyu@mit.edu>
+
+       * kpasswd.0/changing.exp: Fix y2k bug.
+
 1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Set the myfulldir and mydir variables (which are
index 4f0354c6336d99d53afdab7b13441eb85543e0f6..27b4e6dd278953b6a76ba0d4735d43c8da96a254 100644 (file)
@@ -93,7 +93,7 @@ test_win {pol2} {successful change} pol2 pol222222 polbbbbbb
 
 test_3pass {pol2} {D.15: too soon to change password} pol2 \
        polbbbbbb pol222222 pol222222 \
-       4 {Password cannot be changed because it was changed too recently.  Please wait until .*199[0-9] before you change it.  If you need to change your password before then, contact your system security administrator.}
+       4 {Password cannot be changed because it was changed too recently.  Please wait until .*[12][0-9][0-9][0-9] before you change it.  If you need to change your password before then, contact your system security administrator.}
 
 verbose "(sleeping 30 seconds)"
 catch "exec sleep 30"