tests/test-hook
branchstable
changeset 10079 7f5a71946aaa
parent 9851 9e7b2c49d25d
child 10492 0e64d814d7d0
--- a/tests/test-hook	Tue Dec 15 10:44:10 2009 -0600
+++ b/tests/test-hook	Wed Dec 16 12:10:21 2009 +0100
@@ -260,6 +260,6 @@
 echo 'precommit.importfail = python:importfail.whatever' >> .hg/hgrc
 
 echo a >> a
-hg --traceback commit -Ama 2>&1 | grep '^\(exception\|Traceback\|ImportError\)'
+hg --traceback commit -Ama 2>&1 | egrep '^(exception|Traceback|ImportError)'
 
 exit 0