We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94c0bc commit 670b1f8Copy full SHA for 670b1f8
Tests/TestingTests/Support/FileHandleTests.swift
@@ -209,10 +209,14 @@ struct FileHandleTests {
209
await #expect(processExitsWith: .success) {
210
#expect(Environment.setVariable(nil, named: "SYSTEMDRIVE"))
211
#expect(rootDirectoryPath == #"C:\"#)
212
+ }
213
214
+ await #expect(processExitsWith: .success) {
215
#expect(Environment.setVariable("Q:", named: "SYSTEMDRIVE"))
216
#expect(rootDirectoryPath == #"Q:\"#)
217
218
219
220
#expect(Environment.setVariable(#"Q:\abc123"#, named: "SYSTEMDRIVE"))
221
#expect(rootDirectoryPath == #"Q:\abc123\"#)
222
}
0 commit comments