]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Specify TEST_SHELL=bash on AIX.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 4 Apr 2022 05:16:51 +0000 (15:16 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 4 Apr 2022 05:16:51 +0000 (15:16 +1000)
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.

.github/configs

index 58e01228d2a3ee0a3c3c0a1aba8198004a663825..02f8bdc8e8aa7b0195bcf5f60407052b85936dbb 100755 (executable)
@@ -149,7 +149,9 @@ case "${TARGET_HOST}" in
        # 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
        # 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"
        ;;
     dfly58*|dfly60*)