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
There is no guarantee that the path between the temporary directory and
current working directory can be represented with a relative path. This
is particularly important on Windows where the paths may reside on
different volumes, which have separate roots. Alter the two instances
in the test to use the current directory for the temporary storage, and
ensure that we clean up afterwards as we are likely in the source tree.
0 commit comments