From d1ae1cf971f7bfa7f6e075a8403553ceb909101e Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Wed, 17 Apr 2019 14:49:59 +0200 Subject: [PATCH] Replace egrep with grep --- test/normal/keep-cmd/cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/normal/keep-cmd/cmd b/test/normal/keep-cmd/cmd index 5320605d..3cf3f3f4 100644 --- a/test/normal/keep-cmd/cmd +++ b/test/normal/keep-cmd/cmd @@ -1 +1 @@ -%H$egrep "foo|bar" +%H$grep 'foo\|bar'