qa: Make tmpdir option an absolute path
commitfa9de370b17297d6dd542da627c8dd2b31aec340
authorMarcoFalke <falke.marco@gmail.com>
Mon, 9 Oct 2017 22:04:45 +0000 (10 00:04 +0200)
committerMarcoFalke <falke.marco@gmail.com>
Fri, 13 Oct 2017 13:28:56 +0000 (13 15:28 +0200)
tree30f1801e9f639622fdc6d7ab62d669880c87e30a
parent3a93270c55876cc88e1a3e2921e582acc6db318e
qa: Make tmpdir option an absolute path

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.
test/functional/test_framework/test_framework.py