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 b5e5624 commit c0f2e8fCopy full SHA for c0f2e8f
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -373,7 +373,7 @@ struct PipeConfigurationTests {
373
}
374
375
// Open file descriptor for reading
376
- let fileDescriptor = try FileDescriptor.open(tempURL.path, .readOnly)
+ let fileDescriptor = try FileDescriptor.open(FilePath(tempURL.path), .readOnly)
377
defer {
378
try? fileDescriptor.close()
379
@@ -411,7 +411,7 @@ struct PipeConfigurationTests {
411
412
413
414
415
416
417
0 commit comments