Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 633 Modern releases of Tcl (8.5 and later?) require use the special procedure "unknown" to implement some autoloading functionality. Dejagnu replaces "unknown" with its own definition, without chaining to the original version of "unknown". This causes "clock format [clock seconds]" to fail while trying to load the "msgcat" Tcl package. Use "exec date" instead of "clock format [clock seconds]" to work around this bug. (Also needs pullup to 1.7.) https://github.com/krb5/krb5/commit/56c85bfd1d748b14a2ace68c79694198468bb9e6 Commit By: tlyu Revision: 24999 Changed Files: U branches/krb5-1-8/src/tests/dejagnu/config/default.exp