Skip to content

Commit 5f2fbb4

Browse files
committed
Fix test for Windows
1 parent 9006944 commit 5f2fbb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/rustup.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ fn cargo_install_with_non_default_toolchain() {
316316
execs()
317317
.with_process_builder(p)
318318
.with_stderr_data(str![[r#"
319-
`[..]/cargo` proxy running
319+
`[..]/cargo[EXE]` proxy running
320320
[UPDATING] `dummy-registry` index
321321
[DOWNLOADING] crates ...
322322
[DOWNLOADED] foo v0.0.1 (registry `dummy-registry`)
@@ -325,8 +325,8 @@ fn cargo_install_with_non_default_toolchain() {
325325
Use `cargo +stable install` if you meant to use the stable toolchain.
326326
[COMPILING] foo v0.0.1
327327
[FINISHED] `release` profile [optimized] target(s) in [ELAPSED]s
328-
[INSTALLING] [ROOT]/home/.cargo/bin/foo
329-
[INSTALLED] package `foo v0.0.1` (executable `foo`)
328+
[INSTALLING] [ROOT]/home/.cargo/bin/foo[EXE]
329+
[INSTALLED] package `foo v0.0.1` (executable `foo[EXE]`)
330330
[WARNING] be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries
331331
332332
"#]])

0 commit comments

Comments
 (0)