From edd71b80ab4288569d9ebaba56aa7e13d8b58e55 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 3 Mar 1996 21:00:57 +0000 Subject: [PATCH] Change to execute with new program name and arguments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7589 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/krb-root/ChangeLog | 5 +++++ src/tests/dejagnu/krb-root/rlogin.exp | 8 ++++---- 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 + + * rlogin.exp: Change to execute new program name and proper + arguments. + Fri Nov 10 21:15:28 1995 Ezra Peisach * 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 { -- 2.26.2