Skip to content
Snippets Groups Projects
Commit a4034b86 authored by kiilerix's avatar kiilerix
Browse files

test-hook.t: Solaris /usr/bin/egrep do not support {4}

parent 3ccb49ed
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment