> Ok, I'm having trouble reproducing.... > > with the current source (I have assume you're pull is absolutely up to > date),
Yes, to the best of my understanding I am fully in sync with the master branch. > that should print an error message and the echo of $? > should print 1. I cannot understand why that fails for you... Yes, this is odd since it returns *zero* if I execute this command string - no error message... maybe a problem with the test perl code? Here's my output: # mkdir rehash.$$ ; ( cd rehash.$$ ; chmod 0500 . ; ../util/shlib_wrap.sh ../apps/openssl rehash . ; echo $? ; chmod 0700 . ) ; rmdir rehash.$$ 0 # --gene _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
