fix temp filename
Was not putting it inside the temp dir, but next to it! This was just wrong, and it led to a longer filename that desired being used, leading to some bug reports.
This commit is contained in:
parent
6e71094e7d
commit
2936153fc4
6 changed files with 43 additions and 1 deletions
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2015-12-06T20:02:49Z"
|
||||
content="""
|
||||
Ok, this involves where the test suite is run.
|
||||
The addurl test adds `file://`pwd`/somefile`, and that will create a file
|
||||
with a name like `_home_you_sub_dir_path_here_somefile`. Which can easily
|
||||
exceed filename length limits of 255 bytes.
|
||||
|
||||
There was indeed a reversion in addurl's handling of that.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue