tests/test-extension.t
changeset 13191 1aea66b71f4f
parent 12399 4fee1fd3de9a
child 14284 1f9e11f65cd7
--- a/tests/test-extension.t	Wed Dec 22 13:25:00 2010 -0600
+++ b/tests/test-extension.t	Sun Dec 26 00:43:49 2010 +0100
@@ -315,6 +315,11 @@
   
   use "hg help extensions" for information on enabling extensions
 
+  $ cat > hgext/forest.py <<EOF
+  > cmdtable = None
+  > EOF
   $ hg --config extensions.path=./path.py help foo > /dev/null
+  warning: error finding commands in $TESTTMP/hgext/forest.py
   hg: unknown command 'foo'
+  warning: error finding commands in $TESTTMP/hgext/forest.py
   [255]