]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Allow SLEEPTIME to be overridden.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sat, 20 Jul 2019 09:37:31 +0000 (09:37 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 20 Jul 2019 12:12:24 +0000 (22:12 +1000)
OpenBSD-Regress-ID: 1596ab168729954be3d219933b2d01cc93687e76

regress/forwarding.sh

index d1219a6db7cd1b071d1648e8ce426431700bea09..ef4f3b3c4476d42aef0c6999e9c98cfcfdd0a742 100644 (file)
@@ -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