Never mind, it looks like the two have the same root cause.
In both cases, the tests that fail are emptying out $PATH. In
the case of issue2333, the error points to the 'security' binary,
which lives in /usr/bin.
Putting /usr/bin into the explicit PATH in both tests fixes them.
But that is quite hacky, particularly as other things like darcs itself
might be in /usr/bin.
I'll dig more into what the invocation of /usr/bin/security is for.
|