From: Ken Raeburn Date: Sat, 17 May 2003 01:48:44 +0000 (+0000) Subject: * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exported X-Git-Tag: krb5-1.4-beta1~953 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=923981d215bdc3d50c8a7fac727d817e97a2fad0;p=krb5.git * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exported variables. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15452 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 151b79b8c..df3c78141 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2003-05-16 Ken Raeburn + + * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list + of exported variables. + 2003-04-18 Ken Raeburn * default.exp: Add passes for testing AES. diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 97822cfe8..079bf9a2a 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -2474,7 +2474,7 @@ proc krb_exit { } { # helpful sometimes for debugging the test suite proc spawn_xterm { } { global env - foreach i {KDB5_UTIL KRB5KDC KADMIND KADMIN KADMIN_LOCAL KINIT KTUTIL KLIST RLOGIN RLOGIND FTP FTPD} { + foreach i {KDB5_UTIL KRB5KDC KADMIND KADMIN KADMIN_LOCAL KINIT KTUTIL KLIST RLOGIN RLOGIND FTP FTPD KPASSWD REALMNAME} { global $i if [info exists $i] { set env($i) [set $i] } }