tests/test-bad-extension
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Dec 2006 14:17:48 +0100
changeset 3988 9dcf9d45cab8
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Don't use -f for rm in tests where not needed. Drop /bin/ from /bin/rm.

#!/bin/sh

echo 'syntax error' > badext.py
abspath=`pwd`/badext.py

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

hg -q help help