Disable security key on fbsd6 test host.
This commit is contained in:
parent
32c12236f2
commit
3741df98ff
|
@ -158,6 +158,10 @@ case "${TARGET_HOST}" in
|
|||
# scp 3-way connection hangs on these so skip until sorted.
|
||||
SKIP_LTESTS=scp3
|
||||
;;
|
||||
fbsd6)
|
||||
# Native linker is not great with PIC so OpenSSL is built w/out.
|
||||
CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
|
||||
;;
|
||||
hurd)
|
||||
SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue