diff -r 2cad301a7f06 -r 55154cea5550 tests/test-config-case.t --- a/tests/test-config-case.t Thu Apr 18 16:17:59 2013 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -hide outer repo - $ hg init - - $ echo '[Section]' >> $HGRCPATH - $ echo 'KeY = Case Sensitive' >> $HGRCPATH - $ echo 'key = lower case' >> $HGRCPATH - - $ hg showconfig Section - Section.KeY=Case Sensitive - Section.key=lower case -