-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Labels
topic/test failure
Topic test failure
Comments
agreed-- i've been annoyed by this in the past |
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 <chriscool@tuxfamily.org>
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 <chriscool@tuxfamily.org>
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 <chriscool@tuxfamily.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: