Content-Length: 262643 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c29145f00df2aa873672ab9f1b3fc4ec6a0ec05d

FF src/test/ldap: Fix test function in Linux port · postgrespro/postgres_cluster@c29145f · GitHub
Skip to content

Commit c29145f

Browse files
committed
src/test/ldap: Fix test function in Linux port
1 parent 3012061 commit c29145f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
elsif ($^O eq 'linux')
1717
{
1818
$slapd = '/usr/sbin/slapd';
19-
$ldap_schema_dir = '/etc/ldap/schema' if -f '/etc/ldap/schema';
20-
$ldap_schema_dir = '/etc/openldap/schema' if -f '/etc/openldap/schema';
19+
$ldap_schema_dir = '/etc/ldap/schema' if -d '/etc/ldap/schema';
20+
$ldap_schema_dir = '/etc/openldap/schema' if -d '/etc/openldap/schema';
2121
}
2222
elsif ($^O eq 'freebsd')
2323
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c29145f00df2aa873672ab9f1b3fc4ec6a0ec05d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy