SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
This test is not reliable, skip it on OpenBSD to see regressions.
Index: t/60cancel.t
--- t/60cancel.t.orig
+++ t/60cancel.t
@@ -60,8 +60,11 @@ SKIP: {
# cancel the running search => should work [may fail, as it depends on the server's speed]
$cancel = $ldap->cancel($search);
+ SKIP: {
+ skip("This test may fail because the server is too fast", 1);
ok(!$cancel->code, "cancel a running operation: " . $cancel->code . ": " . $cancel->error)
or diag("This test may have failed because the server was too fast");
+ }
}