From 0945e3055c938178c198f69b435ccaf166bcd834 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 9 Jun 2002 06:15:43 +0000 Subject: [PATCH] * config/unix.exp (top level): Load helpers.exp here, to make sure database setup happens properly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14485 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/rpc/unit-test/ChangeLog | 5 +++++ src/lib/rpc/unit-test/config/unix.exp | 3 +++ 2 files changed, 8 insertions(+) diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog index 8463dd8f3..f177a6eba 100644 --- a/src/lib/rpc/unit-test/ChangeLog +++ b/src/lib/rpc/unit-test/ChangeLog @@ -1,3 +1,8 @@ +2002-06-09 Ken Raeburn + + * config/unix.exp (top level): Load helpers.exp here, to make + sure database setup happens properly. + 2002-01-08 Ken Raeburn * lib/helpers.exp (set_from_env, expect_tcl_prompt, diff --git a/src/lib/rpc/unit-test/config/unix.exp b/src/lib/rpc/unit-test/config/unix.exp index c880a6f55..49ae4d165 100644 --- a/src/lib/rpc/unit-test/config/unix.exp +++ b/src/lib/rpc/unit-test/config/unix.exp @@ -9,6 +9,9 @@ set kdestroy $KDESTROY set hostname [exec hostname] +# this will initialize the database and keytab +load_lib "helpers.exp" + proc rpc_test_version {} { global CLIENT global SERVER -- 2.26.2