Skip to content

Use a Path that is Also Invalid on Windows in testErrors #44

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

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

gmittert
Copy link
Contributor

Windows is able to create the directory /nope since a leading /
indications a drive relative path. Instead, use /nope: which is
invalid both on POSIX and Windows.

Windows is able to create the directory `/nope` since a leading `/`
indications a drive relative path. Instead, use `/nope:` which is
invalid both on POSIX and Windows.
@benlangmuir
Copy link
Contributor

@swift-ci please test

@benlangmuir benlangmuir merged commit 47e3773 into swiftlang:master Aug 13, 2019
@gmittert gmittert deleted the NopeWaitYes branch August 13, 2019 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants