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

Test shell script doesn't work in macOS #44

Closed
douglascamata opened this issue Jun 13, 2017 · 5 comments
Closed

Test shell script doesn't work in macOS #44

douglascamata opened this issue Jun 13, 2017 · 5 comments

Comments

@douglascamata
Copy link

I tried to run the test shell script in macOS and it returns this:

⋊> ~/c/r/fd on master ⨯ sh tests/test.sh                                                                                         14:25:13
mktemp: illegal option -- -
usage: mktemp [-d] [-q] [-t prefix] [-u] template ...
       mktemp [-d] [-q] [-u] -t prefix
@sharkdp
Copy link
Owner

sharkdp commented Jun 13, 2017

I believe this might be fixed by replacing mktemp --directory by mktemp -d. Unfortunately, I don't have a macOS system to test...

sharkdp added a commit that referenced this issue Jun 13, 2017
@sharkdp
Copy link
Owner

sharkdp commented Jun 13, 2017

I've just updated the test.sh script. I'd be great if somebody could test this.

@douglascamata
Copy link
Author

@sharkdp I'll test it.

@douglascamata
Copy link
Author

Still failing:

image

sharkdp added a commit that referenced this issue Jun 15, 2017
sharkdp added a commit that referenced this issue Jun 15, 2017
@sharkdp
Copy link
Owner

sharkdp commented Jun 15, 2017

This should hopefully be fixed now, tested on El Capitan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants