OSX: Filesystem\create_temporary_file(Env\temp_dir()))
not equivalent to \tempnam(\sys_get_temp_dir())
#263
Labels
Status: Available
No one has claimed responsibility for resolving this issue.
Type: Question
A query or seeking clarification on parts of the spec. Probably doesn't need the attention of everyo
Describe the bug
Not a bug as such, but it caused a failure on my testsuite so thought you might want to know about it:
on OSX (or any system where
sys_get_temp_dir()
is a symlink:Filesystem\create_temporary_file(Env\temp_dir()))
not equivalent to\tempnam(\sys_get_temp_dir())
.Filesystem\create_temporary_file(Env\temp_dir()))
will return/var/folders/c9/etc...
\tempnam(\sys_get_temp_dir())
will return/private/var/folders/c9/etc...
because
/var/
is a symlink to/private/var
Expected behavior
Not sure really, just FYI.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: