diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/rpc/unit-test/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/rpc/unit-test/config/unix.exp | 3 |
2 files changed, 8 insertions, 0 deletions
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 <raeburn@mit.edu> + + * config/unix.exp (top level): Load helpers.exp here, to make + sure database setup happens properly. + 2002-01-08 Ken Raeburn <raeburn@mit.edu> * 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 |
