Skip to content

Commit 1ba74a3

Browse files
authored
Merge pull request #1959 from ehuss/test-lib-multiple
Fix test with multiple library paths
2 parents e14d381 + fcf0ceb commit 1ba74a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ pub fn make_subcommand() -> Command {
2525
.long("library-path")
2626
.value_name("dir")
2727
.value_delimiter(',')
28-
.num_args(1..)
2928
.value_parser(NonEmptyStringValueParser::new())
3029
.action(ArgAction::Append)
3130
.help(

0 commit comments

Comments
 (0)