Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update shell test regex to support macOS development (#46)
Fixes #45 because the default shell on macOS returns `/bin/sh: oof: command not found\n` which doesn't quite match the regex provided. After discussion with @iurisilvio, using a fairly lax regex which just looks for "oof" followed by "not found" is good enough.
- Loading branch information