win_tempfile - return absolute path on created temp file (#53827)

* win_tempfile - return absolute path on created temp file

* Fix tests for CI
This commit is contained in:
Jordan Borean 2019-03-15 14:57:27 +10:00 committed by GitHub
commit 4f9de45785
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 106 additions and 39 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- win_tempfile - Always return the full NTFS absolute path and not a DOS 8.3 path.