test-hook.t: Solaris /usr/bin/egrep do not support {4} stable
authorMads Kiilerich <mads@kiilerich.com>
Mon, 30 Jul 2012 02:38:29 +0200
branchstable
changeset 17283 a4034b866f80
parent 17282 3ccb49ed1cc1
child 17284 f3a7f05f474a
test-hook.t: Solaris /usr/bin/egrep do not support {4}
tests/test-hook.t
--- a/tests/test-hook.t	Sun Jul 29 12:29:35 2012 -0500
+++ b/tests/test-hook.t	Mon Jul 30 02:38:29 2012 +0200
@@ -557,7 +557,7 @@
   $ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc
 
   $ echo a >> a
-  $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File| {4}[a-zA-Z(])'
+  $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File|    [a-zA-Z(])'
   exception from first failed import attempt:
   Traceback (most recent call last):
   ImportError: No module named somebogusmodule