aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/20151116_tests_fail_on_OS_X/comment_2_59f7803b9a9ee939a8a50605fe5c4682._comment
blob: 01da6e82440105a5bf80c467c9c48cc73f72b268 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.
"""]]