From: Barry Jaspan Date: Wed, 11 Sep 1996 21:04:14 +0000 (+0000) Subject: * api.2/init-v2.exp: make test100 only run on client X-Git-Tag: krb5-1.0-beta7~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ec65138c7241a1f1ee840b01e00cdec42a0b1e0;p=krb5.git * api.2/init-v2.exp: make test100 only run on client git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9082 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/kadm5/unit-test/ChangeLog b/src/lib/kadm5/unit-test/ChangeLog index 1bd868a1e..d5eefcb4b 100644 --- a/src/lib/kadm5/unit-test/ChangeLog +++ b/src/lib/kadm5/unit-test/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 11 17:03:22 1996 Barry Jaspan + + * api.2/init-v2.exp: make test100 only run on client + Tue Aug 20 13:46:54 1996 Barry Jaspan * Makefile.ov (unit-test-server-body): remove kdb5_edit diff --git a/src/lib/kadm5/unit-test/api.2/init-v2.exp b/src/lib/kadm5/unit-test/api.2/init-v2.exp index 5de25d6fe..61736b80f 100644 --- a/src/lib/kadm5/unit-test/api.2/init-v2.exp +++ b/src/lib/kadm5/unit-test/api.2/init-v2.exp @@ -7,14 +7,17 @@ test "init 100" 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 {} {