Skip to content

Commit 45fb0de

Browse files
committed
ldap tests: Add paths for openbsd.
Discussion: https://postgr.es/m/[email protected]
1 parent ee56c3b commit 45fb0de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ldap/t/001_auth.pl

+5
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
$slapd = '/usr/local/libexec/slapd';
4141
$ldap_schema_dir = '/usr/local/etc/openldap/schema';
4242
}
43+
elsif ($^O eq 'openbsd')
44+
{
45+
$slapd = '/usr/local/libexec/slapd';
46+
$ldap_schema_dir = '/usr/local/share/examples/openldap/schema';
47+
}
4348
else
4449
{
4550
plan skip_all => "ldap tests not supported on $^O or dependencies not installed";

0 commit comments

Comments
 (0)