Skip to content

Commit e3c6661

Browse files
committed
Fix MacOS errors by removing stoud oredictions on tests
1 parent d389b34 commit e3c6661

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/channel_selection.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ fn channel_selection() {
148148
.env("JULIA_DEPOT_PATH", depot_dir.path())
149149
.env("JULIAUP_DEPOT_PATH", depot_dir.path())
150150
.assert()
151-
.success()
152-
.stdout("");
151+
.success();
153152

154153
Command::cargo_bin("julia")
155154
.unwrap()
@@ -167,8 +166,7 @@ fn channel_selection() {
167166
.env("JULIA_DEPOT_PATH", depot_dir.path())
168167
.env("JULIAUP_DEPOT_PATH", depot_dir.path())
169168
.assert()
170-
.success()
171-
.stdout("");
169+
.success();
172170

173171
Command::cargo_bin("julia")
174172
.unwrap()

0 commit comments

Comments
 (0)