Skip to content

Commit 3f21bb3

Browse files
committed
clap: Fix tests on non-Linux after the clap update
1 parent be94461 commit 3f21bb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cmd/h.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Options:
1515
(YYYY-MM-DD), git tag name (e.g. 1.58.0) or git commit SHA.
1616
--force-install Force installation over existing artifacts
1717
-h, --help Print help information (use `--help` for more detail)
18-
--host <HOST> Host triple for the compiler [default: x86_64-unknown-linux-gnu]
18+
--host <HOST> Host triple for the compiler [default: [..]]
1919
--install <INSTALL> Install the given artifact
2020
--preserve Preserve the downloaded artifacts
2121
--preserve-target Preserve the target directory used for builds

tests/cmd/help.stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Options:
3535
--host <HOST>
3636
Host triple for the compiler
3737

38-
[default: x86_64-unknown-linux-gnu]
38+
[default: [..]]
3939

4040
--install <INSTALL>
4141
Install the given artifact

0 commit comments

Comments
 (0)