mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02: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…
x
Reference in New Issue
Block a user