diff options
Diffstat (limited to 'perl')
-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'); } |