tests/test-bad-extension
author Lee Cantey <lcantey@gmail.com>
Mon, 21 Aug 2006 10:46:58 -0700
changeset 3012 fa4229c60dd7
parent 3011 01454af644b8
child 3990 96e21337dc03
permissions -rwxr-xr-x
Allow for MB/sec transfer rates in test-http-proxy and test-ssh. Also make the test more specific in test-http.

#!/bin/sh

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

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

hg -q help help