https://bugs.openldap.org/show_bug.cgi?id=9209
Bug ID: 9209 Summary: test072/test075 fail on Solaris due to buggy test script Product: OpenLDAP Version: 2.5 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: slapd Assignee: bugs@openldap.org Reporter: quanah@openldap.org Target Milestone: ---
Both test072 and test075 have this logic:
if test -z `which dsadm`; then echo "DSEE dsadm not in path, test skipped" exit 0 fi
This works fine on Linux, however it does not work on Solaris causing the test to execute (and then fail).