mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
Specify TEST_SHELL=bash on AIX.
The system shells cause the agent-restrict test to fail due to some quoting so explicitly specify bash until we can get configure to autmatically work around that.
This commit is contained in:
parent
90452c8b69
commit
32c12236f2
4
.github/configs
vendored
4
.github/configs
vendored
@ -149,7 +149,9 @@ case "${TARGET_HOST}" in
|
|||||||
# These are slow real or virtual machines so skip the slowest tests
|
# These are slow real or virtual machines so skip the slowest tests
|
||||||
# (which tend to be thw ones that transfer lots of data) so that the
|
# (which tend to be thw ones that transfer lots of data) so that the
|
||||||
# test run does not time out.
|
# test run does not time out.
|
||||||
TEST_TARGET=t-exec
|
# The agent-restrict test fails due to some quoting issue when run
|
||||||
|
# with sh or ksh so specify bash for now.
|
||||||
|
TEST_TARGET="t-exec TEST_SHELL=bash"
|
||||||
SKIP_LTESTS="rekey sftp"
|
SKIP_LTESTS="rekey sftp"
|
||||||
;;
|
;;
|
||||||
dfly58*|dfly60*)
|
dfly58*|dfly60*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user