tests/test-bad-extension
changeset 4139 efe6f92c0847
parent 3990 96e21337dc03
equal deleted inserted replaced
4138:85237110c371 4139:efe6f92c0847
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 echo 'syntax error' > badext.py
     3 echo 'raise Exception("bit bucket overflow")' > badext.py
     4 abspath=`pwd`/badext.py
     4 abspath=`pwd`/badext.py
     5 
     5 
     6 echo '[extensions]' >> $HGRCPATH
     6 echo '[extensions]' >> $HGRCPATH
     7 echo "gpg =" >> $HGRCPATH
     7 echo "gpg =" >> $HGRCPATH
     8 echo "hgext.gpg =" >> $HGRCPATH
     8 echo "hgext.gpg =" >> $HGRCPATH