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 5802484 commit ef2db24Copy full SHA for ef2db24
Sources/TSCTestSupport/misc.swift
@@ -33,6 +33,7 @@ public func testWithTemporaryDirectory(
33
.replacingOccurrences(of: "(", with: "")
34
.replacingOccurrences(of: ")", with: "")
35
.replacingOccurrences(of: ".", with: "")
36
+ .replacingOccurrences(of: ":", with: "_")
37
try withTemporaryDirectory(prefix: "spm-tests-\(cleanedFunction)") { tmpDirPath in
38
defer {
39
// Unblock and remove the tmp dir on deinit.
0 commit comments