Skip to content

Commit 9804900

Browse files
smoeliusrami3l
authored andcommitted
Fix typo in clitools.rs comment
1 parent b2063b4 commit 9804900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clitools.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ where
11181118
// - proxies themselves behave appropriately the proxied output needs to be
11191119
// collected for assertions to be made on it as our tests traverse layers.
11201120
// - self update executions cannot run in-process because on windows the
1121-
// process replacement dance would replace the test process.
1121+
// process replacement dance would replace the test process.
11221122
// - any command with --version in it is testing to see something was
11231123
// installed properly, so we have to shell out to it to be sure
11241124
if name != "rustup" {

0 commit comments

Comments
 (0)