diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:31:27 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-21 20:31:27 -0800 |
commit | 7686aa4f32db8881430acfe46363f64fa6f31e99 (patch) | |
tree | a4cfaa4fef13d83308681a9cbf52c48c05f0a085 /tests/client | |
parent | 1424aa04c9b258d9949799af69e8ab8836284d93 (diff) | |
parent | dfc86dd443e93c20aaaac18f270e38e631769f84 (diff) |
Merge commit 'upstream/0.10' into debian
Diffstat (limited to 'tests/client')
-rw-r--r-- | tests/client/basic-t.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/client/basic-t.in b/tests/client/basic-t.in index 1ae3a70..86e24d5 100644 --- a/tests/client/basic-t.in +++ b/tests/client/basic-t.in @@ -46,8 +46,10 @@ fi # Test setup. kerberos_setup if [ $? != 0 ] ; then + rm krb5.conf skip_all 'Kerberos tests not configured' elif [ -z '@REMCTLD@' ] ; then + rm krb5.conf skip_all 'No remctld found' else plan 36 |