Skip to content

Commit a369369

Browse files
committed
Fix test setup
1 parent 166bb9f commit a369369

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)