tests/test-hook.t
branchstable
changeset 17283 a4034b866f80
parent 17252 16fad7323e56
child 17298 59c14bf5a48c
--- 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