From: Darren Tucker Date: Wed, 29 Sep 2021 08:53:32 +0000 (+1000) Subject: Skip file-based tests by default on Mac OS. X-Git-Tag: V_8_9_P1~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=958aaa0387133d51f84fe9c8f30bca03025f2867;p=thirdparty%2Fopenssh-portable.git Skip file-based tests by default on Mac OS. The file-based tests need OpenSSL so skip them. --- diff --git a/.github/configs b/.github/configs index b0ce19db6..d9eb54d7e 100755 --- a/.github/configs +++ b/.github/configs @@ -159,6 +159,7 @@ esac case $(./config.guess) in *-darwin*) LIBCRYPTOFLAGS="--without-openssl" + TEST_TARGET=t-exec ;; esac