tests/test-bad-extension
changeset 4139 efe6f92c0847
parent 3990 96e21337dc03
child 6204 f8a86ea7521b
--- 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