12 lines
372 B
Diff
12 lines
372 B
Diff
--- t/inquire_cred.t
|
|
+++ t/inquire_cred.t
|
|
@@ -29,6 +29,8 @@
|
|
};
|
|
|
|
SKIP: {
|
|
+ skip('This test requires a working kerberos setup', 6);
|
|
+
|
|
if ( $status->major != GSS_S_COMPLETE ) {
|
|
diag( "\n\nNo error: acquire_cred() failed, maybe because you have to run kinit first.\n",
|
|
"Errormessage from your GSSAPI-implementation is: \n\n" . qq{"$status"},
|