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

Consistently use File.getCanonicalPath() to avoid mismatch on MacOSX #111

Closed
wants to merge 2 commits into from
Closed

Conversation

escowles
Copy link
Contributor

Updating tests to use File.getCanonicalPath() instead of File.getAbsolutePath(), since that was causing a mismatch on MacOSX where temp files are located in /var by default. Since /var is a symlink to /private/var, the absolute and canonical paths don't match.

…unctionality, because it causes seemingly-unrelated test failures in FedoraNodesIT and FedoraFixityIT on MacOSX (57589414)
@awoods
Copy link

awoods commented Oct 3, 2013

@awoods awoods closed this Oct 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants