summaryrefslogtreecommitdiffstats
path: root/src/lib/kadm5/unit-test/api.2/dlte-principal.exp
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-09-15 19:14:32 +0000
committerTom Yu <tlyu@mit.edu>2002-09-15 19:14:32 +0000
commit9d485540575f484b6ed67f0257e8223b73cb99f2 (patch)
tree7bb18619ecbba1b6cd4e5a2dcec65c5f597a07a7 /src/lib/kadm5/unit-test/api.2/dlte-principal.exp
parent524863007d05dcac385a0d6e4860b0cc3fb97aab (diff)
downloadkrb5-9d485540575f484b6ed67f0257e8223b73cb99f2.tar.gz
krb5-9d485540575f484b6ed67f0257e8223b73cb99f2.tar.xz
krb5-9d485540575f484b6ed67f0257e8223b73cb99f2.zip
* api.0/chpass-principal.exp:
* api.0/crte-policy.exp: * api.0/crte-principal.exp: * api.0/destroy.exp: * api.0/dlte-policy.exp: * api.0/dlte-principal.exp: * api.0/get-policy.exp: * api.0/get-principal.exp: * api.0/init.exp: * api.0/mod-policy.exp: * api.0/mod-principal.exp: * api.0/randkey-principal.exp: * api.0/rename-principal.exp: * api.1/lock.exp: * api.2/chpass-principal-v2.exp: * api.2/chpass-principal.exp: * api.2/crte-policy.exp: * api.2/crte-principal.exp: * api.2/destroy.exp: * api.2/dlte-policy.exp: * api.2/dlte-principal.exp: * api.2/get-policy.exp: * api.2/get-principal-v2.exp: * api.2/get-principal.exp: * api.2/init-v2.exp: * api.2/init.exp: * api.2/mod-policy.exp: * api.2/mod-principal-v2.exp: * api.2/mod-principal.exp: * api.2/randkey-principal-v2.exp: * api.2/randkey-principal.exp: * lib/lib.t: s/error/perror. * config/unix.exp: Work around tcl 8.4's (incorrect?) output EOL translation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14866 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kadm5/unit-test/api.2/dlte-principal.exp')
-rw-r--r--src/lib/kadm5/unit-test/api.2/dlte-principal.exp38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/lib/kadm5/unit-test/api.2/dlte-principal.exp b/src/lib/kadm5/unit-test/api.2/dlte-principal.exp
index 43a4238a40..f9dad78014 100644
--- a/src/lib/kadm5/unit-test/api.2/dlte-principal.exp
+++ b/src/lib/kadm5/unit-test/api.2/dlte-principal.exp
@@ -26,7 +26,7 @@ proc test2 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test \
@@ -52,14 +52,14 @@ proc test5 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "UNK_PRINC"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -79,14 +79,14 @@ proc test6 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "AUTH_DELETE"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -107,14 +107,14 @@ proc test7 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "AUTH_DELETE"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -135,14 +135,14 @@ proc test8 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "AUTH_DELETE"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -162,14 +162,14 @@ proc test9 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "AUTH_DELETE"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -189,14 +189,14 @@ proc test10 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
one_line_fail_test [format {
kadm5_delete_principal $server_handle "%s/a"
} $test] "AUTH_DELETE"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}
@@ -216,7 +216,7 @@ proc test11 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
if { ! [cmd [format {
@@ -226,7 +226,7 @@ proc test11 {} {
return;
}
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
if { [principal_exists "$test/a"] } {
@@ -251,11 +251,11 @@ proc test12 {} {
$KADM5_STRUCT_VERSION $KADM5_API_VERSION_2 \
server_handle
}]} {
- error "$test: unexpected failure in init"
+ perror "$test: unexpected failure in init"
return
}
if { ! [cmd {kadm5_get_policy $server_handle test-pol p1}]} {
- error "$test: unexpected failure on get policy"
+ perror "$test: unexpected failure on get policy"
return
}
if { ! [cmd [format {
@@ -271,7 +271,7 @@ proc test12 {} {
return
}
if { ! [cmd {kadm5_get_policy $server_handle test-pol p2}]} {
- error "$test: unexpected failure on get policy"
+ perror "$test: unexpected failure on get policy"
return
}
send "lindex \$p1 6\n"
@@ -305,7 +305,7 @@ proc test12 {} {
}
pass "$test"
if { ! [cmd {kadm5_destroy $server_handle}]} {
- error "$test: unexpected failure in destroy"
+ perror "$test: unexpected failure in destroy"
return
}
}