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

sharness t0020-init.sh fails to cleanup on OSX #2026

Closed
whyrusleeping opened this issue Dec 2, 2015 · 1 comment
Closed

sharness t0020-init.sh fails to cleanup on OSX #2026

whyrusleeping opened this issue Dec 2, 2015 · 1 comment
Assignees
Labels
topic/test failure Topic test failure

Comments

@whyrusleeping
Copy link
Member

on osx, the trash directory for the t0020-init.sh test fails to be removed due to a permissions error. This is likely because we're changing permissions in the test itself. Perhaps we should manually 'clean up' the changed perms in the test to make this go smoother?

@whyrusleeping whyrusleeping added the topic/test failure Topic test failure label Dec 2, 2015
@jbenet
Copy link
Member

jbenet commented Dec 2, 2015

agreed-- i've been annoyed by this in the past

@ghost ghost mentioned this issue Dec 2, 2015
3 tasks
@jbenet jbenet added the status/in-progress In progress label Dec 5, 2015
@jbenet jbenet removed the status/in-progress In progress label Dec 6, 2015
dignifiedquire pushed a commit to dignifiedquire/go-ipfs that referenced this issue Dec 6, 2015
This is needed on OSX otherwise the trash directory for the
t0020-init.sh test fails to be removed due to a permissions
error.

This fixes ipfs#2026

License: MIT
Signed-off-by: Christian Couder <[email protected]>
rht pushed a commit to rht/go-ipfs that referenced this issue Dec 16, 2015
This is needed on OSX otherwise the trash directory for the
t0020-init.sh test fails to be removed due to a permissions
error.

This fixes ipfs#2026

License: MIT
Signed-off-by: Christian Couder <[email protected]>
chriscool added a commit that referenced this issue Dec 16, 2015
This is needed on OSX otherwise the trash directory for the
t0020-init.sh test fails to be removed due to a permissions
error.

This fixes #2026

License: MIT
Signed-off-by: Christian Couder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/test failure Topic test failure
Projects
None yet
Development

No branches or pull requests

3 participants