--- a/tests/test-bad-extension Sun Mar 04 14:04:42 2007 -0300
+++ b/tests/test-bad-extension Sun Mar 04 14:09:29 2007 -0300
@@ -1,6 +1,6 @@
#!/bin/sh
-echo 'syntax error' > badext.py
+echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py
echo '[extensions]' >> $HGRCPATH