From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> fixup! t/perf/p7519: speed up test on Windows Use grep rather than egrep Signed-off-by: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> --- t/perf/p7519-fsmonitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/perf/p7519-fsmonitor.sh b/t/perf/p7519-fsmonitor.sh index a1c552129cc..5f97edf6a11 100755 --- a/t/perf/p7519-fsmonitor.sh +++ b/t/perf/p7519-fsmonitor.sh @@ -218,7 +218,7 @@ test_fsmonitor_suite () { git ls-files | \ head -100000 | \ grep -v \" | \ - egrep -v " ." | \ + grep -v " ." | \ xargs test-tool chmtime -300 && git status ' -- gitgitgadget