tests/test-globalopts
changeset 4734 9ac493f12901
parent 4732 b0520e3903fe
--- a/tests/test-globalopts
+++ b/tests/test-globalopts
@@ -35,6 +35,14 @@ hg --repo c --repository b -R a tip
 echo "%% earlygetopt short option without following space"
 hg -q -Rb tip
 
+echo "%% earlygetopt with illegal abbreviations"
+hg --confi "foo.bar=baz"
+hg --cw a tip
+hg --rep a tip
+hg --repositor a tip
+hg -qR a tip
+hg -qRa tip
+
 echo %% --cwd
 hg --cwd a parents