Skip to content

Use grep -E instead of egrep

Natanael Copa requested to merge ncopa/tiny-cloud:fix-egrep into main

This prevents the warning with GNU grep:

egrep: warning: egrep is obsolescent; using grep -E

Also tighten up the testcase for scaleway

Merge request reports