diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:50:37 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-06 16:54:01 -0400 |
commit | ec356e3c121c9be66ffd99aa68fedf6267522f1c (patch) | |
tree | 66aa594afddc7574a3275dbb5bb8780a2e13d552 /doc/bugs/20151116_tests_fail_on_OS_X | |
parent | a279c22dbcddee19d14a1b492d8d996fef0e3e3d (diff) |
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.
Diffstat (limited to 'doc/bugs/20151116_tests_fail_on_OS_X')
-rw-r--r-- | doc/bugs/20151116_tests_fail_on_OS_X/comment_2_59f7803b9a9ee939a8a50605fe5c4682._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/20151116_tests_fail_on_OS_X/comment_2_59f7803b9a9ee939a8a50605fe5c4682._comment b/doc/bugs/20151116_tests_fail_on_OS_X/comment_2_59f7803b9a9ee939a8a50605fe5c4682._comment new file mode 100644 index 000000000..01da6e824 --- /dev/null +++ b/doc/bugs/20151116_tests_fail_on_OS_X/comment_2_59f7803b9a9ee939a8a50605fe5c4682._comment @@ -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. +"""]] |