Skip file-based tests by default on Mac OS.

The file-based tests need OpenSSL so skip them.
This commit is contained in:
Darren Tucker 2021-09-29 18:53:32 +10:00
parent 55c8bdf6e9
commit 958aaa0387
1 changed files with 1 additions and 0 deletions

1
.github/configs vendored
View File

@ -159,6 +159,7 @@ esac
case $(./config.guess) in
*-darwin*)
LIBCRYPTOFLAGS="--without-openssl"
TEST_TARGET=t-exec
;;
esac