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
Create 'security' directory test should try writing files too (#3941)
Motivation:
Source compat test continues to fail even with #3928:
```
"You don’t have permission to save the file “fingerprints” in the folder “security”
```
https://ci.swift.org/job/swift-PR-source-compat-suite/5709/artifact/
The tests we did with #3938 shows that we can create directories but not write files.
Modifications:
Test creating `security` directory and writing file in it, and disable TOFU feature if the test fails.
0 commit comments