tests/test-narrow-rebase.t
branchstable
changeset 50725 7e5be4a7cda7
parent 48366 8e855e9984a6
--- a/tests/test-narrow-rebase.t	Mon Jun 26 11:15:30 2023 +0100
+++ b/tests/test-narrow-rebase.t	Mon Jun 26 14:34:58 2023 +0200
@@ -69,7 +69,7 @@
   $ hg update -q 0
   $ echo conflicting > inside/f1
   $ hg ci -qm 'conflicting inside/f1'
-  $ hg rebase -d 'desc("modify inside/f1")' 2>&1 | egrep -v '(warning:|incomplete!)'
+  $ hg rebase -d 'desc("modify inside/f1")' 2>&1 | grep -E -v '(warning:|incomplete!)'
   rebasing 6:cdce97fbf653 tip "conflicting inside/f1"
   merging inside/f1
   unresolved conflicts (see 'hg resolve', then 'hg rebase --continue')