Skip to content

Commit 7189f06

Browse files
committed
try to fix test for windows
1 parent 6718f3b commit 7189f06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/cmd/h.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-bisect-rustc 0.6.3
22
Bisects rustc toolchains with rustup
33

44
USAGE:
5-
cargo-bisect-rustc [OPTIONS] [-- <COMMAND_ARGS>...]
5+
cargo-bisect-rustc[EXE] [OPTIONS] [-- <COMMAND_ARGS>...]
66

77
ARGS:
88
<COMMAND_ARGS>... Arguments to pass to cargo or the file specified by --script during

tests/cmd/help.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-bisect-rustc 0.6.3
22
Bisects rustc toolchains with rustup
33

44
USAGE:
5-
cargo-bisect-rustc [OPTIONS] [-- <COMMAND_ARGS>...]
5+
cargo-bisect-rustc[EXE] [OPTIONS] [-- <COMMAND_ARGS>...]
66

77
ARGS:
88
<COMMAND_ARGS>... Arguments to pass to cargo or the file specified by --script during

0 commit comments

Comments
 (0)