add some perl package
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- 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"},
|
||||
Reference in New Issue
Block a user