Skip to content
Snippets Groups Projects
Commit 11ab8714f529 authored by Danek Duvall's avatar Danek Duvall
Browse files

tests: use egrep with regular expression branches for compatibility

GNU grep allows you to use "a\|b" in a regular expression to match either
"a" or "b", but at least Solaris grep does not; only egrep allows for that.
And egrep considers "a+" to be "a{1,}" instead of an "a" and a literal plus
sign, so escape that as well.
parent 895f04955a49
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment