summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-03-03 21:00:57 +0000
committerEzra Peisach <epeisach@mit.edu>1996-03-03 21:00:57 +0000
commitedd71b80ab4288569d9ebaba56aa7e13d8b58e55 (patch)
tree3ad566bf393a196fcb09f5432ffde5ac149bd55a /src
parent0d183c4c817e3a1d639ee1733e0087a08b7d7cba (diff)
downloadkrb5-edd71b80ab4288569d9ebaba56aa7e13d8b58e55.tar.gz
krb5-edd71b80ab4288569d9ebaba56aa7e13d8b58e55.tar.xz
krb5-edd71b80ab4288569d9ebaba56aa7e13d8b58e55.zip
Change to execute with new program name and arguments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7589 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/tests/dejagnu/krb-root/ChangeLog5
-rw-r--r--src/tests/dejagnu/krb-root/rlogin.exp8
2 files changed, 9 insertions, 4 deletions
diff --git a/src/tests/dejagnu/krb-root/ChangeLog b/src/tests/dejagnu/krb-root/ChangeLog
index 8a3d9c808..f6fd3d1ce 100644
--- a/src/tests/dejagnu/krb-root/ChangeLog
+++ b/src/tests/dejagnu/krb-root/ChangeLog
@@ -1,3 +1,8 @@
+Sun Mar 3 15:42:29 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * rlogin.exp: Change to execute new program name and proper
+ arguments.
+
Fri Nov 10 21:15:28 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* telnet.exp: Comment out encrypted telnet tests.
diff --git a/src/tests/dejagnu/krb-root/rlogin.exp b/src/tests/dejagnu/krb-root/rlogin.exp
index fd56361ac..e75333aed 100644
--- a/src/tests/dejagnu/krb-root/rlogin.exp
+++ b/src/tests/dejagnu/krb-root/rlogin.exp
@@ -12,7 +12,7 @@ if ![info exists RLOGIN] {
}
if ![info exists KRLOGIND] {
- set KRLOGIND [findfile $objdir/../../appl/bsd/krlogind]
+ set KRLOGIND [findfile $objdir/../../appl/bsd/klogind]
}
if ![info exists LOGINKRB5] {
@@ -54,7 +54,7 @@ proc start_rlogin_daemon { option } {
# don't need to use inetd. The 3543 is the port to listen at.
# Note that tmppwd here is a shell variable, which is set in
# setup_root_shell, not a TCL variable.
- send -i $rlogin_spawn_id "$KRLOGIND -K -D 3543 -S \$tmppwd/srvtab -M KRBTEST.COM -L $LOGINKRB5 $option &\r"
+ send -i $rlogin_spawn_id "$KRLOGIND -k -c -D 3543 -S \$tmppwd/srvtab -M KRBTEST.COM -L $LOGINKRB5 $option &\r"
expect {
-i $rlogin_spawn_id
-re "$ROOT_PROMPT" { }
@@ -134,7 +134,7 @@ proc rlogin_test { } {
}
# Start up the rlogin daemon.
- start_rlogin_daemon -K
+ start_rlogin_daemon -k
# Make an rlogin connection.
spawn $RLOGIN $hostname -k KRBTEST.COM -D 3543
@@ -200,7 +200,7 @@ proc rlogin_test { } {
stop_rlogin_daemon
# Try an encrypted connection.
- start_rlogin_daemon -x
+ start_rlogin_daemon -e
spawn $RLOGIN $hostname -x -k KRBTEST.COM -D 3543
expect_after {