diff options
Diffstat (limited to 'src/test/ldap/t/001_auth.pl')
-rw-r--r-- | src/test/ldap/t/001_auth.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ldap/t/001_auth.pl b/src/test/ldap/t/001_auth.pl index b342146e556..86dff8bd1f3 100644 --- a/src/test/ldap/t/001_auth.pl +++ b/src/test/ldap/t/001_auth.pl @@ -46,7 +46,8 @@ elsif ($^O eq 'openbsd') } else { - plan skip_all => "ldap tests not supported on $^O or dependencies not installed"; + plan skip_all => + "ldap tests not supported on $^O or dependencies not installed"; } # make your own edits here |