We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't know why either, but it blows up the test suite as there are a few places where you've hardcoded /bin/true in tools/lint.
/bin/true
tools/lint
The text was updated successfully, but these errors were encountered:
Argh! Confirmed: on a recent macOS system there's only /usr/bin/true. That doesn't seem quite right to me, but there it is.
/usr/bin/true
Sorry, something went wrong.
885: Call true, not /bin/true.
true
6b66c2d
Fixes #885. Recent macOS systems have only `/usr/bin/true`, not `/bin/true`.
750cdae
Successfully merging a pull request may close this issue.
I don't know why either, but it blows up the test suite as there are a few places where you've hardcoded
/bin/true
intools/lint
.The text was updated successfully, but these errors were encountered: