From: dtucker@openbsd.org Date: Fri, 26 Sep 2025 04:40:45 +0000 (+0000) Subject: upstream: Use $OBJ for temp file in maxstartups idempotence test. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97b32fa2af25c16aec4de85c5cbb63fd038b4dfa;p=thirdparty%2Fopenssh-portable.git upstream: Use $OBJ for temp file in maxstartups idempotence test. Fixes test in -portable when run out-of-tree. OpenBSD-Regress-ID: 8578be08238af4abe2dc91af1c199f7f71f1a7a2 --- 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 <