We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ef086 commit 4ee3edfCopy full SHA for 4ee3edf
.github/workflows/openbsd.yml
@@ -147,6 +147,8 @@ jobs:
147
useradd -m -G wheel ${TEST_USER}
148
chown -R ${TEST_USER}:wheel /root/ "${WORKSPACE_PARENT}"/
149
whoami
150
+ # Add fake host for reverse DNS lookup (needed for hostname test)
151
+ printf "10.0.2.15\topenbsd.my.domain openbsd\n" >> /etc/hosts
152
#
153
# Further work needs to be done in a sudo as we are changing users
154
sudo -i -u ${TEST_USER} sh << EOF
0 commit comments