We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c3f3 commit 1fdc3c6Copy full SHA for 1fdc3c6
regress/test-exec.sh
@@ -1,4 +1,4 @@
1
-# $OpenBSD: test-exec.sh,v 1.134 2025/11/24 23:54:15 djm Exp $
+# $OpenBSD: test-exec.sh,v 1.135 2025/11/24 23:56:58 djm Exp $
2
# Placed in the Public Domain.
3
4
#SUDO=sudo
@@ -1037,7 +1037,7 @@ start_ssh_agent() {
1037
> $OBJ/agent.log 2>&1 &
1038
AGENT_PID=$!
1039
trap "kill $AGENT_PID" EXIT
1040
- for x in 0 1 2 3 4 ; do
+ for x in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ; do
1041
# Give it a chance to start
1042
${SSHADD} -l > /dev/null 2>&1
1043
r=$?
0 commit comments