You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Process: When setting the current directory for a sub-process,
set the PWD environment variable to this directory if the
default environment is used. This matches Darwin's behaviour.
- Use xdgTestHelper as an external test program for TestProcess,
taking options for getcwd() and getenv("PWD").
- SR-7748: Use /tmp as a test directory and run it through realpath()
to test against the result of getcwd(). On macOS, /tmp is a symlink
to private/tmp.
- SR-7747: FileManager.attributesOfFileSystem(forPath:) may return
.systemNumber as 0 on some systems (eg tmpfs on Redhat). Remove
this invalid test.
0 commit comments