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

location of the bash executable #5

Open
552020 opened this issue Jul 30, 2023 · 1 comment
Open

location of the bash executable #5

552020 opened this issue Jul 30, 2023 · 1 comment

Comments

@552020
Copy link

552020 commented Jul 30, 2023

In src/test.c, line 106,executeCommand("/usr/bin/bash", bashArgs, envp, "./tmp/outputBash.tmp", "./tmp/errorBash.tmp"); we have /usr/bin/bash which leads on my macOs M1 running the basic test to this output KO OUTPUT STDOUT STDERR EXIT_CODE FILE_PERMISSIONS for all the tests. The executable on my machine is located at /bin/bash and changing the line solved the problem.

@gmarcha
Copy link
Owner

gmarcha commented Aug 13, 2023

Thank you again. It should actually be /bin/bash. Feel free to: clone the repository (1), create a new branch with git checkout -b <feature_name> (2), commit and push a fix (3), open a pull request to merge in master (4).

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

No branches or pull requests

2 participants