[openssh-commits] [openssh] 04/05: upstream: make sure logs are saved from sshd run via start_sshd

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 7 05:54:41 AEST 2024


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

djm pushed a commit to branch master
in repository openssh.

commit b8ebd86cefe9812204a10c028dc90de29918667d
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Jun 6 19:48:40 2024 +0000

    upstream: make sure logs are saved from sshd run via start_sshd
    
    OpenBSD-Regress-ID: de4ef0e32e3ab85ff3a6c36eb08d1909c0dd1b4a
---
 regress/test-exec.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index c3d433d3..69541136 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: test-exec.sh,v 1.113 2024/06/06 19:47:48 djm Exp $
+#	$OpenBSD: test-exec.sh,v 1.114 2024/06/06 19:48:40 djm Exp $
 #	Placed in the Public Domain.
 
 #SUDO=sudo
@@ -886,6 +886,7 @@ start_sshd ()
 		i=`expr $i + 1`
 		sleep $i
 	done
+	ln -f -s ${logfile} $TEST_SSHD_LOGFILE
 
 	test -f $PIDFILE || fatal "no sshd running on port $PORT"
 }

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


More information about the openssh-commits mailing list