summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-12-10 10:27:27 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-12-10 10:27:27 +1100
commit5aefb05cd5b843e975b191d6ebb7ddf8de35c112 (patch)
tree0865a95f9792146412945f96d879a36874fe7f69
parent1c09bb1b2e207d091cec299c49416c23d24a1b31 (diff)
Update the list of tests that don't work on Minix.
While there, remove CC (configure will now find clang) and make the test list easier to update via cut and paste.
-rwxr-xr-x.github/configs16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/configs b/.github/configs
index 339459bf..a0244fb8 100755
--- a/.github/configs
+++ b/.github/configs
@@ -142,17 +142,17 @@ case "${TARGET_HOST}" in
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
;;
minix3)
- CC="clang"
LIBCRYPTOFLAGS="--without-openssl --disable-security-key"
# Minix does not have a loopback interface so we have to skip any
- # test that relies on it.
+ # test that relies on one.
+ T="addrmatch brokenkeys cfgmatch cfgmatchlisten cfgparse connect
+ connect-uri exit-status forward-control forwarding hostkey-agent
+ key-options keyscan knownhosts-command login-timeout multiplex
+ reconfigure reexec rekey scp scp-uri scp3 sftp sftp-badcmds
+ sftp-batch sftp-cmds sftp-glob sftp-perm sftp-uri stderr-data
+ transfer"
+ SKIP_LTESTS="$(echo $T)"
TEST_TARGET=t-exec
- SKIP_LTESTS="addrmatch cfgparse key-options reexec agent connect"
- SKIP_LTESTS="$SKIP_LTESTS keyscan rekey allow-deny-users connect-uri"
- SKIP_LTESTS="$SKIP_LTESTS knownhosts-command sftp-uri brokenkeys"
- SKIP_LTESTS="$SKIP_LTESTS exit-status login-timeout stderr-data"
- SKIP_LTESTS="$SKIP_LTESTS cfgmatch forward-control multiplex transfer"
- SKIP_LTESTS="$SKIP_LTESTS cfgmatchlisten forwarding reconfigure"
SUDO=""
;;
nbsd4)