diff --git a/lychee-bin/tests/cli.rs b/lychee-bin/tests/cli.rs index dbd641c..0741ed4 100644 --- a/lychee-bin/tests/cli.rs +++ b/lychee-bin/tests/cli.rs @@ -1050,6 +1050,7 @@ mod cli { cmd.arg("--exclude-path") .arg(&excluded_path1) + .arg("--exclude-path") .arg(&excluded_path2) .arg("--") .arg(&test_path)