You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Android /tmp doesn't exist, and the temporary directory is normally
/data/local/tmp. It is not a symlink. The tests were mostly working, but
because `resolvingSymlinksInPath` returns a trailing slash if the
directory actually exists, in Android it was returning without the final
trailing slash in some of the cases.
The changes use the value of `NSTemporaryDirectory` in Android only, and
also uses that value for the expected value. Using an existing directory
matches the tests from Darwin/Linux. I didn't want to use
`NSTemporaryDirectory` in every platform because at least in Darwin I
get a value which is not neither /tmp nor /private/tmp.
0 commit comments