[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: test -e -> test -f
Michael Ströder writes:
>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?
>
> (...)
> ldap_bind: Can't contact LDAP server (81)
> >>>>> Test failed
> >>>>> ./scripts/test000-rootdse failed (exit 1)
No. That was an incorrect symlink to ucdata:
libraries/lunicode in run.in should be libraries/liblunicode.
I've fixed it in HEAD.
--
Hallvard