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

bashcov tests fail on OS X #8

Closed
smspillaz opened this issue Mar 24, 2015 · 0 comments · Fixed by #10
Closed

bashcov tests fail on OS X #8

smspillaz opened this issue Mar 24, 2015 · 0 comments · Fixed by #10

Comments

@smspillaz
Copy link
Contributor

bashcov's test suite fails on OS X.

It appears that the reason for this three fold:

  1. File descriptors are not passed to scripts when they are executed directly (and the shebang is parsed and they are re-executed through bash).
  2. BASH_SOURCE isn't always guaranteed to give an absolute path. It gives a relative path for our test cases on OS X.
  3. find -executable is GNU specific
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 a pull request may close this issue.

1 participant