-
Notifications
You must be signed in to change notification settings - Fork 413
Failing tests involving Path
comparisons
#20
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
Comments
:/ yeah hitting this too underlying issue is we need path resolvepath/realpath (which seems to only be part of the rust compiler at this stage) |
cc rust-lang/rust#11857 (issue for realpath) |
So this (I assume) winds up screwing me when I do
Changing |
Hm I'd be surprised if this affected If you change |
ah, my bad jumping on issues. Yes, it works correctly given the full path On Tue, Dec 23, 2014 at 7:39 PM, Alex Crichton [email protected]
|
Hello,
I tried to run the test suite on a mac and got three failures:
repo::tests::smoke_discover
,repo::tests::smoke_open
, andrepo::tests::smoke_open_bare
.All three fail when they assert that two
Path
s are equal. The reason is thatTempDir
returns paths likeand
libgit2
(that is,git_repository_path
) returns paths likeOn a mac,
/var
is symlinked to/privite/var
.I don’t think that many people are suffering from this, and addressing this issue is probably not worth it. In any case, I hope it can be helpful. Thank you.
Regards,
Ivan
The text was updated successfully, but these errors were encountered: