tests/test-bad-extension
changeset 6204 f8a86ea7521b
parent 4139 efe6f92c0847
--- a/tests/test-bad-extension	Sun Mar 02 23:32:13 2008 +0100
+++ b/tests/test-bad-extension	Mon Mar 03 12:46:57 2008 -0500
@@ -7,5 +7,7 @@
 echo "gpg =" >> $HGRCPATH
 echo "hgext.gpg =" >> $HGRCPATH
 echo "badext = $abspath" >> $HGRCPATH
+echo "badext2 =" >> $HGRCPATH
 
-hg -q help help
+hg -q help help 2>&1 | python -c \
+  "import sys; sys.stdout.write(sys.stdin.read().replace('$abspath', '.../badext.py'))"