-
Notifications
You must be signed in to change notification settings - Fork 1.2k
TestFoundation: remove mkstemp
usage
#2008
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestFoundation: remove mkstemp
usage
#2008
Conversation
CC: @millenomi @spevans |
@swift-ci please test |
f4bcebd
to
a656070
Compare
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to get rid of unnecessary helper functions
@swift-ci please test |
4 similar comments
@swift-ci please test |
@swift-ci please test |
@swift-ci please test |
@swift-ci please test |
a656070
to
7c3ef96
Compare
@swift-ci please test |
@swift-ci please test Linux platform |
`mkstemp` is not available on Windows. Replace the two sites with a GUID temporary path instead.
7c3ef96
to
e53af5a
Compare
@swift-ci please test and merge |
mkstemp
is not available on Windows. Replace the two sites with aGUID temporary path instead.