diff options
| author | dahlbaek <30782351+dahlbaek@users.noreply.github.com> | 2018-06-22 20:35:36 +0200 |
|---|---|---|
| committer | dahlbaek <30782351+dahlbaek@users.noreply.github.com> | 2018-06-22 20:35:36 +0200 |
| commit | 28637cec9e0f238de98d65cdbdec876333c2cb68 (patch) | |
| tree | 8030560520c84f58012f40c2dc123085cd6e3321 /test/normal | |
| parent | 16b6c1772420705f962973598e57f36cbead898e (diff) | |
Use egrep instead of grep for ERE
Some implementations of grep do not support extended regular
expressions (ERE). Using egrep instead seems to be more portable.
Diffstat (limited to 'test/normal')
| -rw-r--r-- | test/normal/keep-cmd/cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/normal/keep-cmd/cmd b/test/normal/keep-cmd/cmd index 66bc8431..5320605d 100644 --- a/test/normal/keep-cmd/cmd +++ b/test/normal/keep-cmd/cmd @@ -1 +1 @@ -%<a-s>H$grep "foo\|bar"<ret> +%<a-s>H$egrep "foo|bar"<ret> |
