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 790ac22 commit 677b564Copy full SHA for 677b564
tests/channel_selection.rs
@@ -148,8 +148,7 @@ fn channel_selection() {
148
.env("JULIA_DEPOT_PATH", depot_dir.path())
149
.env("JULIAUP_DEPOT_PATH", depot_dir.path())
150
.assert()
151
- .success()
152
- .stdout("");
+ .success();
153
154
Command::cargo_bin("julia")
155
.unwrap()
@@ -167,8 +166,7 @@ fn channel_selection() {
167
166
168
169
170
171
172
173
174
0 commit comments