Skip file-based tests by default on Mac OS.
The file-based tests need OpenSSL so skip them.
This commit is contained in:
parent
55c8bdf6e9
commit
958aaa0387
|
@ -159,6 +159,7 @@ esac
|
|||
case $(./config.guess) in
|
||||
*-darwin*)
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
TEST_TARGET=t-exec
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue