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
TestFoundation: use .standardizingPath for normalization
Rather than use `realpath` which is not universally available, use
`.standardizingPath` which should normalize the path as `realpath` on
all the targets since we are testing `Process` rather than
`FileManager`.
0 commit comments