| 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"