This should fix issues with the multiwallet test and its symlinks when the tmpdir is a relative path.
Rather than fixing os.symlink to work with paths relative to a directory descriptor, which does not work on Windows, normalize the path instead.
This should fix issues with the multiwallet test and its symlinks when the tmpdir is a relative path.
Rather than fixing os.symlink to work with paths relative to a directory descriptor, which does not work on Windows, normalize the path instead.
utACK.
Should the same applies to cachedir
?
Should the same applies to cachedir?
I think that makes sense (not sure it’s in scope of this issue though).
Tested ACK fa949d1bd6710358626eb70a47dfa101c0a60da2.
:+1: for the same treatment to cachedir
This should fix issues with the multiwallet test and symlinks
when the tmpdir is a relative path.
Rather than fixing os.symlink to work with paths relative to a
directory descriptor, which does not work on Windows, normalize
the path instead.
MarcoFalke
laanwj
promag
jnewbery
meshcollider
Labels
Tests