tests/test-bad-extension
changeset 3990 96e21337dc03
parent 3011 01454af644b8
child 4139 efe6f92c0847
--- a/tests/test-bad-extension
+++ b/tests/test-bad-extension
@@ -4,6 +4,8 @@ echo 'syntax error' > badext.py
 abspath=`pwd`/badext.py
 
 echo '[extensions]' >> $HGRCPATH
+echo "gpg =" >> $HGRCPATH
+echo "hgext.gpg =" >> $HGRCPATH
 echo "badext = $abspath" >> $HGRCPATH
 
 hg -q help help