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.
TestCommandTests.swift
1 parent b14e431 commit 4878abaCopy full SHA for 4878aba
Tests/CommandsTests/TestCommandTests.swift
@@ -36,7 +36,7 @@ final class TestCommandTests: CommandsTestCase {
36
XCTAssert(stdout.contains("Swift Package Manager"), "got stdout:\n" + stdout)
37
}
38
39
- // `runner.sh` script from the toolset won't work on Windows
+ // `echo.sh` script from the toolset won't work on Windows
40
#if !os(Windows)
41
func testToolsetRunner() async throws {
42
try await fixture(name: "Miscellaneous/EchoExecutable") { fixturePath in
0 commit comments