mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-18 20:21:04 +00:00
Fix wildcard test
This commit is contained in:
parent
4827ecf6bd
commit
a28f932fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ mod cli {
|
|||
.arg(".*")
|
||||
.assert()
|
||||
.success()
|
||||
.stdout(contains("Excluded........10"));
|
||||
.stdout(contains("Excluded........11"));
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue