Mailing List Archive

[openssh] 02/02: Really mkdir /usr/local/etc in CI tests.
This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 8a421b927700f3834b4d985778e252b8e3299f83
Author: Darren Tucker <dtucker@dtucker.net>
AuthorDate: Tue Mar 26 18:38:14 2024 +1100

Really mkdir /usr/local/etc in CI tests.
---
.github/run_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/run_test.sh b/.github/run_test.sh
index c997f7f7..17c1731f 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -9,7 +9,7 @@ set -ex
# If we want to test hostbased auth, set up the host for it.
if [ ! -z "$SUDO" ] && [ ! -z "$TEST_SSH_HOSTBASED_AUTH" ]; then
sshconf=/usr/local/etc
- mkdir -p "${sshconf}"
+ $SUDO mkdir -p "${sshconf}"
hostname | $SUDO tee $sshconf/shosts.equiv >/dev/null
echo "EnableSSHKeysign yes" | $SUDO tee $sshconf/ssh_config >/dev/null
$SUDO mkdir -p $sshconf

--
To stop receiving notification emails like this one, please contact
djm@mindrot.org.
_______________________________________________
openssh-commits mailing list
openssh-commits@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-commits