Vid Fre, 18 Sep 2015 kl. 15.21.14, skrev ya...@sdf.org:
> > jumping in here... could you show us the content of
> > test/test_rehash.log ?
> >
> > In the mean time, I'll have a go on a FreeBSD system to see if I can
> > trigger this fault.
>
> # more test_rehash.log
> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
> ../../util/shlib_wrap.sh ../../apps/openssl rehash . => 0
> #

Ok, I'm having trouble reproducing....

What that last test really does is the equivalent of this:

mkdir rehash.$$; (cd rehash.$$; chmod 0500 . ; ../util/shlib_wrap.sh
../apps/openssl rehash . ; echo $?; chmod 0700 . ); rmdir rehash.$$

with the current source (I have assume you're pull is absolutely up to date),
that should print an error message and the echo of $? should print 1. I cannot
understand why that fails for you...

--
Richard Levitte
levi...@openssl.org

_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to