[openssh-commits] [openssh] 02/03: upstream: Allow SLEEPTIME to be overridden.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jul 20 22:14:04 AEST 2019


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

dtucker pushed a commit to branch master
in repository openssh.

commit 0423043c5e54293f4dd56041304fd0046c317be9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Sat Jul 20 09:37:31 2019 +0000

    upstream: Allow SLEEPTIME to be overridden.
    
    OpenBSD-Regress-ID: 1596ab168729954be3d219933b2d01cc93687e76
---
 regress/forwarding.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/regress/forwarding.sh b/regress/forwarding.sh
index d1219a6d..ef4f3b3c 100644
--- a/regress/forwarding.sh
+++ b/regress/forwarding.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: forwarding.sh,v 1.21 2019/07/20 09:14:40 dtucker Exp $
+#	$OpenBSD: forwarding.sh,v 1.22 2019/07/20 09:37:31 dtucker Exp $
 #	Placed in the Public Domain.
 
 tid="local and remote forwarding"
@@ -7,7 +7,7 @@ DATA=/bin/ls${EXEEXT}
 
 start_sshd
 
-SLEEPTIME=10
+SLEEPTIME=${SLEEPTIME:-10}
 
 base=33
 last=$PORT

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


More information about the openssh-commits mailing list