diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-09 18:42:26 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-09 18:42:26 -0800 |
commit | 31c47c6f5efde6df930b11be281470f75e685324 (patch) | |
tree | 38aa7c10c9f1b8133f8b75fa365db8e406dd861d /perl/t | |
parent | c02942ddc12408f0e5b9d828cddf240519d1fe93 (diff) |
Update keytab test for new KRBTYPE error message
Diffstat (limited to 'perl/t')
-rwxr-xr-x | perl/t/keytab.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/keytab.t b/perl/t/keytab.t index e5a68be..39be547 100755 --- a/perl/t/keytab.t +++ b/perl/t/keytab.t @@ -370,7 +370,7 @@ EOO Wallet::Object::Keytab->create ('keytab', 'wallet/one', $dbh, @trace) }; is ($object, undef, ' and one set to an invalid value'); - is ($@, "keytab krb server type not set to a valid value\n", + is ($@, "unknown KEYTAB_KRBTYPE setting: Active Directory\n", ' with the right error'); $Wallet::Config::KEYTAB_KRBTYPE = contents ('t/data/test.krbtype'); } |