[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: test -e -> test -f



Hallvard B Furuseth wrote:
I'll replace `test ! -e <filename>' with `test ! -f <filename>'
in tests/run.in unless someone protests.
Sun has managed to break the `test -e' command on SunOS 5.8.

Is that related to this problem with current HEAD?

Ciao, Michael.

$ make test
cd tests; make test
make[1]: Entering directory `/home/michael/src/openldap-HEAD/ldap/tests'
make[2]: Entering directory `/home/michael/src/openldap-HEAD/ldap/tests'
Initiating LDAP tests for BDB...
ln: `ucdata': File exists
Cleaning up test run directory leftover from previous run.
Running ./scripts/all...
>>>>> Executing all LDAP tests for bdb
>>>>> Starting test000-rootdse ...
running defines.sh
Starting slapd on TCP/IP port 9011...
Using ldapsearch to retrieve the root DSE...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
Waiting 5 seconds for slapd to start...
./scripts/test000-rootdse: line 36: kill: (9658) - No such process
ldap_bind: Can't contact LDAP server (81)
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 1)
make[2]: *** [bdb-yes] Error 1
make[2]: Leaving directory `/home/michael/src/openldap-HEAD/ldap/tests'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/home/michael/src/openldap-HEAD/ldap/tests'
make: *** [test] Error 2