summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-08-10 13:55:32 +0000
committerEzra Peisach <epeisach@mit.edu>2000-08-10 13:55:32 +0000
commit64954fb2408fae2369c189fae250404b91352035 (patch)
tree82fa98756203abcdf4a7dc767e74372019d71d34 /src/tests
parentd658ec208392878b477ba4c74d8496caabad08f1 (diff)
downloadkrb5-64954fb2408fae2369c189fae250404b91352035.tar.gz
krb5-64954fb2408fae2369c189fae250404b91352035.tar.xz
krb5-64954fb2408fae2369c189fae250404b91352035.zip
* rlogin.exp: Change RLOGIN to KRLOGIN so we do not use the
incorrect binary as used for the root login in default.exp. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12619 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/dejagnu/krb-root/ChangeLog5
-rw-r--r--src/tests/dejagnu/krb-root/rlogin.exp10
2 files changed, 10 insertions, 5 deletions
diff --git a/src/tests/dejagnu/krb-root/ChangeLog b/src/tests/dejagnu/krb-root/ChangeLog
index 3744efdf8..1ff13aaf2 100644
--- a/src/tests/dejagnu/krb-root/ChangeLog
+++ b/src/tests/dejagnu/krb-root/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 10 09:54:52 2000 Ezra Peisach <epeisach@mit.edu>
+
+ * rlogin.exp: Change RLOGIN to KRLOGIN so we do not use the
+ incorrect binary as used for the root login in default.exp.
+
Thu Nov 14 15:20:19 1996 Barry Jaspan <bjaspan@mit.edu>
* telnet.exp: telnet may output fqdn in upper-case
diff --git a/src/tests/dejagnu/krb-root/rlogin.exp b/src/tests/dejagnu/krb-root/rlogin.exp
index 4e8497049..ac3952005 100644
--- a/src/tests/dejagnu/krb-root/rlogin.exp
+++ b/src/tests/dejagnu/krb-root/rlogin.exp
@@ -7,8 +7,8 @@
# if they exist. If they do not, then they must be in PATH. We
# expect $objdir to be .../kerberos/src.
-if ![info exists RLOGIN] {
- set RLOGIN [findfile $objdir/../../appl/bsd/rlogin]
+if ![info exists KRLOGIN] {
+ set KRLOGIN [findfile $objdir/../../appl/bsd/rlogin]
}
if ![info exists KRLOGIND] {
@@ -119,7 +119,7 @@ proc stop_rlogin_daemon { } {
proc rlogin_test { } {
global REALMNAME
- global RLOGIN
+ global KRLOGIN
global BINSH
global SHELL_PROMPT
global KEY
@@ -141,7 +141,7 @@ proc rlogin_test { } {
start_rlogin_daemon -k
# Make an rlogin connection.
- spawn $RLOGIN $hostname -k $REALMNAME -D 3543
+ spawn $KRLOGIN $hostname -k $REALMNAME -D 3543
expect_after {
timeout {
@@ -215,7 +215,7 @@ proc rlogin_test { } {
# Try an encrypted connection.
start_rlogin_daemon -e
- spawn $RLOGIN $hostname -x -k $REALMNAME -D 3543
+ spawn $KRLOGIN $hostname -x -k $REALMNAME -D 3543
expect_after {
timeout {