Skip to content

Commit fcf0ceb

Browse files
committed
Fix test with multiple library paths
1 parent e14d381 commit fcf0ceb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd/test.rs

Lines changed: 0 additions & 1 deletion
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)