Skip to content

Appender test failing on MacOS Sequoia due to new OS behaviour #134

Open
@angusryer

Description

@angusryer

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.

A workaround is:

sudo scutil --set HostName "your-preferred-hostname"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions