Jonathan D'Andries
Jonathan D'Andries
The following procedure failed: 1. In "Git Bash" for windows. 2. $ git clone https://github.com/sstephenson/bats.git 3. $ ./bats/install.sh /usr/local Installed Bats to /usr/local/bin/bats 4. $ bats mytest.bats /usr/local/bin/bats: line 1:...
Implementation of paulej's suggestion in issue #51: https://github.com/jimeh/git-aware-prompt/issues/51
The version of bash on Mac OSX doesn't have `timeout` installed by default. We can, however, get the same functionality using `expect`. This pull requests adds support for Mac by...