Skip to content

location of the bash executable #5

@552020

Description

@552020

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions