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

tests/fileutil/create-dirs: Skip test on MSYS2 #208

Merged
merged 2 commits into from
Sep 4, 2017

Conversation

mbland
Copy link
Owner

@mbland mbland commented Sep 4, 2017

This fixes a failure on MSYS2 systems whereby I forgot to add a skip_if_cannot_trigger_file_permission_failure call to the "permissions don't change if directory already exists" test case.

This fixes a failure on MSYS2 systems whereby I forgot to add a
`skip_if_cannot_trigger_file_permission_failure` call to the
"permissions don't change if directory already exists" test case.
@mbland mbland added the bug label Sep 4, 2017
@mbland mbland added this to the v1.7.0 milestone Sep 4, 2017
@mbland mbland self-assigned this Sep 4, 2017
The original assertion caused a failure on Cygwin, as the permissions
component of the `ls` output was followed by a '+' character, not a
space. This is more consistent with similar checks in
`tests/fileutil/create-dirs.bats`.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.048% when pulling 42658a9 on fix-fileutil-create-dirs-msys2 into cab4509 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.048% when pulling f08342a on fix-fileutil-create-dirs-msys2 into cab4509 on master.

@mbland mbland merged commit a06e295 into master Sep 4, 2017
@mbland mbland deleted the fix-fileutil-create-dirs-msys2 branch September 4, 2017 22:05
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