diff tests/test-dispatch.t @ 14115:1d5faa2c970f

tests: move test-issue436 in test-dispatch where fancyopts is tested
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 30 Apr 2011 17:38:06 +0200
parents f85c9b0fdb32
children ff26712a0c50
line wrap: on
line diff
--- a/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
+++ b/tests/test-dispatch.t	Sat Apr 30 17:38:06 2011 +0200
@@ -6,6 +6,11 @@
 
   $ hg init a
   $ cd a
+
+Redundant options used to crash (issue436):
+  $ hg -v log -v
+  $ hg -v log -v x
+
   $ echo a > a
   $ hg ci -Ama
   adding a