mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-16 20:34:10 +01:00
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.