mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-31 01:15:43 +08:00
de422afd0b
Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> On Windows the regex-over-full-path match uses `\`, so the pattern `one/two/c` cannot match a real entry. The diagnostic- didn't-fire behaviour this test pins is already covered by the fact that the invocation does not error. Gate it to non-Windows per tmccombs's CI feedback on the PR.