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 301a162 commit 5b820a3Copy full SHA for 5b820a3
tests/acceptance/volta_install.rs
@@ -398,6 +398,6 @@ fn install_node_with_shadowed_binary() {
398
s.volta("install node"),
399
execs()
400
.with_status(ExitCode::Success as i32)
401
- .with_stderr_contains("[..]is shadowed by another binary of the same name at [..]")
+ .with_stdout_contains("[..]is shadowed by another binary of the same name at [..]")
402
);
403
}
0 commit comments