You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
like($app->buffer(), qr/^[^:]+:That's the message$/);
The hostname check here fails because of what seems to be a bug(?) in MacOS Sequoia that replaces the value for HostName to be the local computer's MAC address.
reported that MacOS Sequoia uses MAC addresses for hostnames, which
caused the test suite to fail, expecting no colons (:) within
hostnames. Now allowing colons, just expecting no spaces in
hostnames.
Hey @angusryer, thanks for your report, much appreciated! Pretty strange what MacOS Sequoia is doing here and you've already provided a workaround. Now, the question is should we fix it in the test suite? It's an easy fix to allow the colons in MAC addresses as hostnames (just prohibit spaces, which I think are actually illegal), so I put out the PR: #135
log4perl/t/003Layout.t
Line 181 in 059d95b
The hostname check here fails because of what seems to be a bug(?) in MacOS Sequoia that replaces the value for HostName to be the local computer's MAC address.
A workaround is:
sudo scutil --set HostName "your-preferred-hostname"
The text was updated successfully, but these errors were encountered: