Skip to content

Commit

Permalink
Fix MacOS errors by removing stoud oredictions on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed Aug 21, 2024
1 parent 790ac22 commit 677b564
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/channel_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ fn channel_selection() {
.env("JULIA_DEPOT_PATH", depot_dir.path())
.env("JULIAUP_DEPOT_PATH", depot_dir.path())
.assert()
.success()
.stdout("");
.success();

Command::cargo_bin("julia")
.unwrap()
Expand All @@ -167,8 +166,7 @@ fn channel_selection() {
.env("JULIA_DEPOT_PATH", depot_dir.path())
.env("JULIAUP_DEPOT_PATH", depot_dir.path())
.assert()
.success()
.stdout("");
.success();

Command::cargo_bin("julia")
.unwrap()
Expand Down

0 comments on commit 677b564

Please sign in to comment.