Skip to content

Commit 4878aba

Browse files
authored
NFC: Fix comment typo in TestCommandTests.swift (#8259)
A clarifying comment referred to a non-existent file `runner.sh`, it should've been `echo.sh`.
1 parent b14e431 commit 4878aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/CommandsTests/TestCommandTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ final class TestCommandTests: CommandsTestCase {
3636
XCTAssert(stdout.contains("Swift Package Manager"), "got stdout:\n" + stdout)
3737
}
3838

39-
// `runner.sh` script from the toolset won't work on Windows
39+
// `echo.sh` script from the toolset won't work on Windows
4040
#if !os(Windows)
4141
func testToolsetRunner() async throws {
4242
try await fixture(name: "Miscellaneous/EchoExecutable") { fixturePath in

0 commit comments

Comments
 (0)