Skip to content

Commit

Permalink
Use correct host_triple
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Apr 15, 2019
1 parent 1e6e08b commit 012df73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli-rustup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ fn override_set_unset_with_path() {
expect_ok_ex(
config,
&["rustup", "override", "list"],
&format!("{}\tnightly-x86_64-unknown-linux-gnu\n", &workdir),
&format!("{}\tnightly-{}\n", &workdir, this_host_triple()),
r"",
);
config.change_dir(&config.emptydir, &|| {
Expand Down

0 comments on commit 012df73

Please sign in to comment.