mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-30 13:42:01 +00:00
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
1
.github/configs
vendored
1
.github/configs
vendored
@ -159,6 +159,7 @@ esac
|
||||
case $(./config.guess) in
|
||||
*-darwin*)
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
TEST_TARGET=t-exec
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user