Skip to content

Conversation

@mbland
Copy link
Owner

@mbland mbland commented Feb 17, 2017

The #! /usr/bin/env bash was missing from create_failing_test_stub, causing the two tests using it to fail under MSYS2, which uses the shebang to determine whether or not a script is executable in lieu of using chmod to set file permissions.

The `#! /usr/bin/env bash` was missing from `create_failing_test_stub`,
causing the two tests using it to fail under MSYS2, which uses the
shebang to determine whether or not a script is executable in lieu of
using `chmod` to set file permissions.
@mbland mbland added the bug label Feb 17, 2017
@mbland mbland added this to the v1.4.0 milestone Feb 17, 2017
@mbland mbland self-assigned this Feb 17, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.264% when pulling 3f0d2a8 on msys2-fix into 5adbe5e on master.

@mbland mbland merged commit c150736 into master Feb 17, 2017
@mbland mbland deleted the msys2-fix branch March 17, 2017 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants