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

Make test_run_string pass when the default shell is not bash #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adamtheturtle
Copy link

My default shell is fish (https://fishshell.com).
test_run_string failed on my laptop because the cmd was not valid fish syntax.

One option is to find a command which is similar to what was there but works in bash and other shells. Another option, the one I went with, was to always call bash.

My default shell is fish (https://fishshell.com).
`test_run_string` failed on my laptop because the `cmd` was not valid fish syntax.

One option is to find a command which is similar to what was there but works in bash and other shells.
Another option, the one I went with, was to always call bash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant