+Wed Sep 11 17:03:22 1996 Barry Jaspan <bjaspan@mit.edu>
+
+ * api.2/init-v2.exp: make test100 only run on client
+
Tue Aug 20 13:46:54 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.ov (unit-test-server-body): remove kdb5_edit
proc test100 {} {
global test
+ # We used to check for ENOENT, but kadm5_get_config_params no
+ # longer fails if it cannot find the file---it just provides
+ # defaults instead.... XXX will fail on srv test!
one_line_fail_test {
kadm5_init admin admin $KADM5_ADMIN_SERVICE \
[config_params {KADM5_CONFIG_PROFILE} /does-not-exist] \
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
- } "ENOENT"
+ } "BADFORMAT"
}
-test100
+if {$RPC} test100
test "init 101"
proc test101 {} {