Skip to content

Commit 2394ee1

Browse files
authored
Merge pull request #1427 from rust-lang-nursery/db-fix-test-setup
Fix test setup
2 parents 166bb9f + a369369 commit 2394ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustup-mock/src/clitools.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pub fn setup(s: Scenario, f: &Fn(&mut Config)) {
124124
run(
125125
&config,
126126
"rustup",
127-
&["set", "host", &this_host_triple()],
127+
&["set", "default-host", &this_host_triple()],
128128
&[],
129129
);
130130

0 commit comments

Comments
 (0)