tests/test-bad-extension
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 26 Mar 2007 23:50:03 -0300
changeset 4290 347766c2ff86
parent 4139 efe6f92c0847
permissions -rwxr-xr-x
test-static-http: use printenv.py

#!/bin/sh

echo 'raise Exception("bit bucket overflow")' > badext.py
abspath=`pwd`/badext.py

echo '[extensions]' >> $HGRCPATH
echo "gpg =" >> $HGRCPATH
echo "hgext.gpg =" >> $HGRCPATH
echo "badext = $abspath" >> $HGRCPATH

hg -q help help