Skip to content
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

adding instructions for windows users #142

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

K20shores
Copy link
Collaborator

@K20shores K20shores commented Sep 26, 2023

Closes #141

The issue is that git converts line endings to windows line endings by default. That means that our shebang /bin/bash/\n gets converted to /bin/bash\r\n and the command it tries to run is /bin/bash\r, which is not a command. So windows users must prevent git from doing this to run our tests successfully

@K20shores K20shores linked an issue Sep 26, 2023 that may be closed by this pull request
@K20shores K20shores merged commit bbb4c25 into main Sep 26, 2023
2 checks passed
@K20shores K20shores deleted the 141-windows-11-tests-fail branch September 26, 2023 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows 11 tests fail
1 participant