[openssh-commits] [openssh] 01/01: Specify TEST_SHELL=bash on AIX.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Apr 4 15:18:35 AEST 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 32c12236f27ae83bfe6d2983b67c9bc67a83a417
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Mon Apr 4 15:16:51 2022 +1000

    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.
---
 .github/configs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index 58e01228..02f8bdc8 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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*)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list