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
thanks for reporting. I'm assuming that the LESSOPEN env var is non-empty in the Void Linux CI runner? Probably it makes sense for the integration tests to clear the LESSOPEN env var (except for the tests which already set it), as they likely assume it is blank except for those tests.
Hm, I assumed it was a simple issue with those help output tests being hardcoded for the default-features case, where clap generates the --lessopen flag help conditionally.
Oh that would make more sense, somehow I didn't really understand the diff so skipped over that possibility. Thanks for reporting, it makes sense to get that fixed.
What steps will reproduce the bug?
N/A
What happens?
When attempting to build and test the bat pacakge for Void Linux with the
lessopen
feature enabled, thelong_help
andshort_help
tests fail, see CI logs: https://github.com/void-linux/void-packages/actions/runs/6487011019/job/17616392685What did you expect to happen instead?
Tests run successfully.
How did you install
bat
?N/A
bat version and environment
bat 0.24.0
Void Linux
The text was updated successfully, but these errors were encountered: