##// END OF EJS Templates
test-hook.t: Solaris /usr/bin/egrep do not support {4}
Mads Kiilerich -
r17283:a4034b86 stable
parent child Browse files
Show More
@@ -557,7 +557,7 b' make sure --traceback works on hook impo'
557 $ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc
557 $ echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc
558
558
559 $ echo a >> a
559 $ echo a >> a
560 $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File| {4}[a-zA-Z(])'
560 $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File| [a-zA-Z(])'
561 exception from first failed import attempt:
561 exception from first failed import attempt:
562 Traceback (most recent call last):
562 Traceback (most recent call last):
563 ImportError: No module named somebogusmodule
563 ImportError: No module named somebogusmodule
General Comments 0
You need to be logged in to leave comments. Login now