Skip to content

Commit 32c1223

Browse files
committed
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.
1 parent 90452c8 commit 32c1223

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/configs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ case "${TARGET_HOST}" in
149149
# These are slow real or virtual machines so skip the slowest tests
150150
# (which tend to be thw ones that transfer lots of data) so that the
151151
# test run does not time out.
152-
TEST_TARGET=t-exec
152+
# The agent-restrict test fails due to some quoting issue when run
153+
# with sh or ksh so specify bash for now.
154+
TEST_TARGET="t-exec TEST_SHELL=bash"
153155
SKIP_LTESTS="rekey sftp"
154156
;;
155157
dfly58*|dfly60*)

0 commit comments

Comments
 (0)