* default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exported
authorKen Raeburn <raeburn@mit.edu>
Sat, 17 May 2003 01:48:44 +0000 (01:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 17 May 2003 01:48:44 +0000 (01:48 +0000)
variables.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15452 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 151b79b8c272faf209dc3c37f8e79a41e535c0b2..df3c7814188c1bfd2603213f8ec2fe7b98560e04 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-16  Ken Raeburn  <raeburn@mit.edu>
+
+       * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list
+       of exported variables.
+
 2003-04-18  Ken Raeburn  <raeburn@mit.edu>
 
        * default.exp: Add passes for testing AES.
index 97822cfe80d874878ba719546374a6d33514b9ae..079bf9a2a0bf511a798919b859dec798ce8e7fbd 100644 (file)
@@ -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] }
     }