[openssh-commits] [openssh] 01/02: Use "skip" function instead doing it ourselves.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 6 11:22:53 AEDT 2024


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

dtucker pushed a commit to branch master
in repository openssh.

commit 0f6a8a0d0a518fd78c4cbebfdac990a57a1c4e41
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue Feb 6 11:18:44 2024 +1100

    Use "skip" function instead doing it ourselves.
---
 regress/multiplex.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/regress/multiplex.sh b/regress/multiplex.sh
index 8282d0d9..b992cd41 100644
--- a/regress/multiplex.sh
+++ b/regress/multiplex.sh
@@ -8,8 +8,7 @@ tid="connection multiplexing"
 
 trace "will use ProxyCommand $proxycmd"
 if config_defined DISABLE_FD_PASSING ; then
-	echo "skipped (not supported on this platform)"
-	exit 0
+	skip "not supported on this platform (FD passing disabled)"
 fi
 
 P=3301  # test port

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


More information about the openssh-commits mailing list