-
Notifications
You must be signed in to change notification settings - Fork 7.9k
gh7875.phpt fails on FreeBSD CI – why? #7975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@devnexen, do you have any idea why what.phpt fails on Cirrus CI/FreeBSD? I mean, the file shouldn't be writable. |
not sure about this but might worth a short, would it be possible to display /etc/rc.conf content ? Locally in my freebsd laptop the said test passes. |
Thanks! I've added an attempt to read the file contents. |
I see nothing out of extraordinary in the system config, things such as growfs or panicmail should not have any effect on this test. |
Okay, thanks for checking! I'll work around that then. |
Apparently, on Cirrus CI FreeBSD chmodding a file to 0444 doesn't make it readonly. So in this case, we skip the test. [1] <#7975>
Just committed d2ec5be. |
No description provided.