[openssh-commits] [openssh] 03/03: upstream: Use $OBJ for temp file in maxstartups idempotence test.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 26 22:30:24 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 97b32fa2af25c16aec4de85c5cbb63fd038b4dfa
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Fri Sep 26 04:40:45 2025 +0000
upstream: Use $OBJ for temp file in maxstartups idempotence test.
Fixes test in -portable when run out-of-tree.
OpenBSD-Regress-ID: 8578be08238af4abe2dc91af1c199f7f71f1a7a2
---
regress/cfgparse.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
index fc0afb0ce..d618e3664 100644
--- a/regress/cfgparse.sh
+++ b/regress/cfgparse.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: cfgparse.sh,v 1.8 2025/09/01 23:55:29 djm Exp $
+# $OpenBSD: cfgparse.sh,v 1.9 2025/09/26 04:40:45 dtucker Exp $
# Placed in the Public Domain.
tid="sshd config parse"
@@ -73,7 +73,7 @@ EOD
# Check idempotence of MaxStartups
verbose "maxstartups idempotent"
-echo "maxstartups 1:2:3" > sshd_config.0
+echo "maxstartups 1:2:3" > $OBJ/sshd_config.0
cat > $OBJ/sshd_config.1 <<EOD
${SSHD_KEYS}
MaxStartups 1:2:3
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list